MethodInvokerAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
を対象とするメッセージをマップする方法を認識するクラスを識別します。これは、グレイン (CLR) インターフェイスにインターフェイス ID を指定します。
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MethodInvokerAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MethodInvokerAttribute : Orleans.CodeGeneration.GrainSupportClassAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MethodInvokerAttribute = class
inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MethodInvokerAttribute = class
inherit GrainSupportClassAttribute
Public NotInheritable Class MethodInvokerAttribute
Inherits GeneratedAttribute
Public NotInheritable Class MethodInvokerAttribute
Inherits GrainSupportClassAttribute
- 継承
- 継承
- 属性
コンストラクター
MethodInvokerAttribute(Type, Int32) |
MethodInvokerAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
InterfaceId |
Orleans によってインターフェイスに割り当てられた ID を取得します |
TargetType |
この実装が適用される型を取得します。 (継承元 GeneratedAttribute) |
TargetType |
この実装が適用される型を取得します。 (継承元 GrainSupportClassAttribute) |