InvokableBaseTypeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至在可叫用介面方法上使用的屬性類型,以指定表示方法呼叫之 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 |
取得這個屬性所套用的方法傳回型別。 |