Methode System::TypeInfo::GetConstructors
TypeInfo::GetConstructors() const method
Gibt alle öffentlichen Konstruktoren zurück, die für den aktuellen Type definiert sind.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
Siehe auch
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Font for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
Sucht nach den für den aktuellen Type 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.Font for C++