共用方式為


GrainReferenceAttribute 類別

定義

識別介面識別碼的具體粒紋參考

[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)

適用於