DefaultInvokeMethodNameAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メソッド呼び出しを表す呼び出し可能なオブジェクトの基本型を指定するために、呼び出し可能なインターフェイス メソッドで使用されるプロキシの基本型と属性型に適用されます。
[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 |
この属性が適用されるインターフェイス メソッドの戻り値の型を取得します。 |