共用方式為


InvokableBaseTypeAttribute 類別

定義

套用至在可叫用介面方法上使用的屬性類型,以指定表示方法呼叫之 invokable 物件的基底類型。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class InvokableBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)>]
type InvokableBaseTypeAttribute = class
    inherit Attribute
Public NotInheritable Class InvokableBaseTypeAttribute
Inherits Attribute
繼承
InvokableBaseTypeAttribute
屬性

建構函式

InvokableBaseTypeAttribute(Type, Type, Type)

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

屬性

InvokableBaseType

取得要用於所產生之可叫用物件的基底型別。

ProxyBaseClass

取得這個屬性所套用的 Proxy 基類。

ProxyInvokeMethodName

取得或設定呼叫這個方法時,要叫用之 Proxy 物件上的方法名稱。

ReturnType

取得這個屬性所套用的方法傳回型別。

適用於