Método System::Activator::CreateInstance

Activator::CreateInstance method

Crea una instancia del tipo especificado usando el constructor sin parámetros de ese tipo.

static System::SharedPtr<System::Object> System::Activator::CreateInstance(const System::TypeInfo &type)
ParámetroTipoDescripción
tipoconst System::TypeInfo&El tipo de objeto a crear.

Ver también