次の方法で共有


DefaultInvokeMethodNameAttribute クラス

定義

メソッド呼び出しを表す呼び出し可能なオブジェクトの基本型を指定するために、呼び出し可能なインターフェイス メソッドで使用されるプロキシの基本型と属性型に適用されます。

[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

メソッドが呼び出されたときに呼び出すプロキシ基本型のメソッドの名前を取得します。

ReturnType

この属性が適用されるインターフェイス メソッドの戻り値の型を取得します。

適用対象