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

См. также