System::TypeInfo::GetConstructors طريقة

TypeInfo::GetConstructors() const method

يعيد جميع المُنشئات العامة المعرفة للنوع الحالي.

ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const

انظر أيضًا

TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method

يبحث عن المُنشئات المعرفة للنوع الحالي، باستخدام BindingFlags المحددة.

ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const

انظر أيضًا