System::TypeInfo::GetConstructors método
TypeInfo::GetConstructors() const method
Devuelve todos los constructores públicos definidos para el Tipo actual.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
busca los constructores definidos para el Tipo actual, usando los BindingFlags especificados.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++