System::TypeInfo::GetConstructors methode
TypeInfo::GetConstructors() const method
Retourneert alle openbare constructors die voor het huidige Type zijn gedefinieerd.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
Zie ook
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
Zoekt naar de constructors die voor het huidige Type zijn gedefinieerd, met behulp van de opgegeven BindingFlags.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const
Zie ook
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++