共用方式為


DefaultInvokeMethodNameAttribute 類別

定義

套用至 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

取得介面方法傳回套用此屬性的類型。

適用於