TypeDelegator 생성자

정의

TypeDelegator 클래스의 새 인스턴스를 초기화합니다.

오버로드

TypeDelegator()

기본 속성을 사용하여 TypeDelegator 클래스의 새 인스턴스를 초기화합니다.

TypeDelegator(Type)

캡슐화 인스턴스를 지정하여 TypeDelegator 클래스의 새 인스턴스를 초기화합니다.

TypeDelegator()

기본 속성을 사용하여 TypeDelegator 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

TypeDelegator(Type)

캡슐화 인스턴스를 지정하여 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 클래스의 인스턴스입니다.

예외

delegatingType이(가) null인 경우

설명

이 생성자는 메서드를 정의하는 클래스의 개체에 Type 따라 대리자를 생성하기 위해 클래스에서 호출됩니다.

적용 대상