Metodo System::TypeInfo::GetConstructors

TypeInfo::GetConstructors() const method

Restituisce tutti i costruttori pubblici definiti per il Tipo corrente.

ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const

Vedi anche

TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method

cerca i costruttori definiti per il Tipo corrente, utilizzando i BindingFlags specificati.

ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const

Vedi anche