次の方法で共有


GrainReferenceAttribute クラス

定義

インターフェイス ID への具象グレイン参照を識別します

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainReferenceAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class GrainReferenceAttribute : Orleans.CodeGeneration.GrainSupportClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainReferenceAttribute = class
    inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type GrainReferenceAttribute = class
    inherit GrainSupportClassAttribute
Public NotInheritable Class GrainReferenceAttribute
Inherits GeneratedAttribute
Public NotInheritable Class GrainReferenceAttribute
Inherits GrainSupportClassAttribute
継承
GrainReferenceAttribute
継承
GrainReferenceAttribute
属性

コンストラクター

GrainReferenceAttribute(Type)

GrainReferenceAttribute クラスの新しいインスタンスを初期化します。

プロパティ

TargetType

この実装が適用される型を取得します。

(継承元 GeneratedAttribute)
TargetType

この実装が適用される型を取得します。

(継承元 GrainSupportClassAttribute)

適用対象