System::TypeInfo::GetConstructors méthode

TypeInfo::GetConstructors() const method

Renvoie tous les constructeurs publics définis pour le Type actuel.

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

Voir aussi

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

Recherche les constructeurs définis pour le Type actuel, en utilisant les BindingFlags spécifiés.

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

Voir aussi