다음을 통해 공유


ConstructorInvoker.Create(ConstructorInfo) 메서드

정의

ConstructorInvoker의 새 인스턴스를 만듭니다.

public:
 static System::Reflection::ConstructorInvoker ^ Create(System::Reflection::ConstructorInfo ^ constructor);
public static System.Reflection.ConstructorInvoker Create (System.Reflection.ConstructorInfo constructor);
static member Create : System.Reflection.ConstructorInfo -> System.Reflection.ConstructorInvoker
Public Shared Function Create (constructor As ConstructorInfo) As ConstructorInvoker

매개 변수

constructor
ConstructorInfo

호출될 생성자입니다.

반환

새 인스턴스입니다.

예외

constructor 런타임 기반 메서드가 아닙니다.

설명

성능을 위해 추가 호출을 위해 결과 instance 캐시해야 합니다.

적용 대상