次の方法で共有


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

呼び出しメソッドの名前を取得します。

適用対象