System::TypeInfo::GetConstructors Methode
TypeInfo::GetConstructors() const method
Gibt alle für den aktuellen Typ definierten öffentlichen Konstruktoren zurück.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
Sucht nach den für den aktuellen Typ definierten Konstruktoren unter Verwendung der angegebenen BindingFlags.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++