Metodo System::Activator::CreateInstance
Activator::CreateInstance method
Crea un’istanza del tipo specificato utilizzando il costruttore senza parametri di quel tipo.
static System::SharedPtr<System::Object> System::Activator::CreateInstance(const System::TypeInfo &type)
| Parametro | Tipo | Descrizione |
|---|---|---|
| tipo | const System::TypeInfo& | Il tipo di oggetto da creare. |