System::TypeInfo::GetConstructors method
TypeInfo::GetConstructors() const method
Returns all the public constructors defined for the current Type.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
searches for the constructors defined for the current Type, using the specified BindingFlags.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++