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