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

TypeInfo::GetConstructors() const method

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

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

انظر أيضًا

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

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

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

انظر أيضًا