GrainReferenceAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インターフェイス 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(Type) |
GrainReferenceAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
TargetType |
この実装が適用される型を取得します。 (継承元 GeneratedAttribute) |
TargetType |
この実装が適用される型を取得します。 (継承元 GrainSupportClassAttribute) |