TypeDelegator コンストラクター

定義

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

オーバーロード

TypeDelegator()

TypeDelegator クラスの新しいインスタンスを、既定のプロパティを使用して初期化します。

TypeDelegator(Type)

カプセル化するインスタンスを指定して、TypeDelegator クラスの新しいインスタンスを初期化します。

TypeDelegator()

ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs

TypeDelegator クラスの新しいインスタンスを、既定のプロパティを使用して初期化します。

protected:
 TypeDelegator();
protected TypeDelegator ();
Protected Sub New ()

適用対象

TypeDelegator(Type)

ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs
ソース:
TypeDelegator.cs

カプセル化するインスタンスを指定して、TypeDelegator クラスの新しいインスタンスを初期化します。

public:
 TypeDelegator(Type ^ delegatingType);
public TypeDelegator (Type delegatingType);
new System.Reflection.TypeDelegator : Type -> System.Reflection.TypeDelegator
Public Sub New (delegatingType As Type)

パラメーター

delegatingType
Type

オブジェクトのメソッドの呼び出しをカプセル化する Type クラスのインスタンス。

例外

delegatingTypenull です。

注釈

このコンストラクターは、 メソッドを定義する クラスの オブジェクトに基づいてデリゲートを Type 生成するために、 クラスから呼び出されます。

適用対象