共用方式為


InvokeMethodNameAttribute 類別

定義

套用至可叫用介面上的方法屬性,以指定要在提交要求時呼叫之基底類型上的方法名稱。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class InvokeMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type InvokeMethodNameAttribute = class
    inherit Attribute
Public NotInheritable Class InvokeMethodNameAttribute
Inherits Attribute
繼承
InvokeMethodNameAttribute
屬性

建構函式

InvokeMethodNameAttribute(String)

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

屬性

InvokeMethodName

取得叫用方法的名稱。

適用於