InvokableBaseTypeAttribute クラス

定義

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

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)]
public sealed class InvokableBaseTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true)>]
type InvokableBaseTypeAttribute = class
    inherit Attribute
Public NotInheritable Class InvokableBaseTypeAttribute
Inherits Attribute
継承
InvokableBaseTypeAttribute
属性

コンストラクター

InvokableBaseTypeAttribute(Type, Type, Type)

InvokableBaseTypeAttribute クラスの新しいインスタンスを初期化します。

プロパティ

InvokableBaseType

生成された呼び出し可能オブジェクトに使用する基本型を取得します。

ProxyBaseClass

この属性が適用されるプロキシ基本クラスを取得します。

ProxyInvokeMethodName

このメソッドの呼び出し時に呼び出すプロキシ オブジェクトのメソッドの名前を取得または設定します。

ReturnType

この属性が適用されるメソッドの戻り値の型を取得します。

適用対象