共用方式為


MethodInvokerAttribute 類別

定義

識別類別,該類別知道如何將目標為 指定介面識別碼的訊息對應至 clR) 介面 (粒紋。

[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
繼承
MethodInvokerAttribute
屬性

建構函式

MethodInvokerAttribute(Type, Int32)

初始化 MethodInvokerAttribute 類別的新執行個體。

屬性

InterfaceId

取得指派給介面的識別碼,

TargetType

取得套用這個實作的類型。

(繼承來源 GeneratedAttribute)
TargetType

取得套用這個實作的類型。

(繼承來源 GrainSupportClassAttribute)

適用於