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
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
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
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++