System::Activator::CreateInstance yöntemi
Activator::CreateInstance method
Belirtilen tipin parametresiz yapıcısını kullanarak bir örnek oluşturur.
static System::SharedPtr<System::Object> System::Activator::CreateInstance(const System::TypeInfo &type)
| Parametre | Tür | Açıklama |
|---|---|---|
| tür | const System::TypeInfo& | Oluşturulacak nesnenin tipi. |