System::TypeInfo::GetConstructors طريقة
TypeInfo::GetConstructors() const method
يعيد جميع المُنشئات العامة المعرفة للنوع الحالي.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const
انظر أيضًا
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++
TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method
يبحث عن المُنشئات المعرفة للنوع الحالي، باستخدام BindingFlags المحددة.
ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const
انظر أيضًا
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ConstructorInfo
- Enum BindingFlags
- Class TypeInfo
- Namespace System
- Library Aspose.Page for C++