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