System::Activator::CreateInstance メソッド
Activator::CreateInstance method
指定された型のパラメータなしコンストラクタを使用して、その型のインスタンスを作成します。
static System::SharedPtr<System::Object> System::Activator::CreateInstance(const System::TypeInfo &type)
| パラメーター | 型 | 説明 |
|---|---|---|
| 型 | const System::TypeInfo& | 作成するオブジェクトの型。 |