System::TypeInfo::GetConstructors metodu

TypeInfo::GetConstructors() const method

Geçerli Type için tanımlı tüm public yapıcıları döndürür.

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

Ayrıca Bakınız

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

Belirtilen BindingFlags kullanılarak geçerli Type için tanımlı yapıcıları arar.

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

Ayrıca Bakınız