System::Activator::CreateInstance 메서드
Activator::CreateInstance method
지정된 유형의 매개변수 없는 생성자를 사용하여 해당 유형의 인스턴스를 생성합니다.
static System::SharedPtr<System::Object> System::Activator::CreateInstance(const System::TypeInfo &type)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 유형 | const System::TypeInfo& | 생성할 객체의 유형. |