System::TypeInfo::GetConstructors metodu

TypeInfo::GetConstructors() const method

Geçerli Tip için tanımlanan 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 Tip için tanımlanan yapıcıları arar.

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

Ayrıca Bakınız