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)
ParametroTipoDescrizione
tipoconst System::TypeInfo&Il tipo di oggetto da creare.

Vedi anche