DefaultInvokableBaseTypeAttribute クラス

定義

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

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

コンストラクター

DefaultInvokableBaseTypeAttribute(Type, Type)

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

プロパティ

InvokableBaseType

この属性が適用されるメソッドのメソッド呼び出しを表すために使用される、呼び出し可能なオブジェクト クラスの基本型を取得します。

ProxyInvokeMethodName

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

ReturnType

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

適用対象