DefaultInvokableBaseTypeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至 Proxy 基底類型,以及用於可叫用介面方法的屬性類型,以指定可叫用物件的基底類型,代表方法呼叫。
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class DefaultInvokableBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type DefaultInvokableBaseTypeAttribute = class
inherit Attribute
Public NotInheritable Class DefaultInvokableBaseTypeAttribute
Inherits Attribute
- 繼承
-
DefaultInvokableBaseTypeAttribute
- 屬性
建構函式
DefaultInvokableBaseTypeAttribute(Type, Type) |
初始化 DefaultInvokableBaseTypeAttribute 類別的新執行個體。 |
屬性
InvokableBaseType |
取得可叫用物件類別的基底類型,這個類別將用來表示這個屬性所套用方法的方法呼叫。 |
ProxyInvokeMethodName |
取得或設定 Proxy 物件上用來叫用這個方法的方法名稱。 |
ReturnType |
取得這個屬性所套用之方法的傳回型別。 |