System::TypeInfo::GetConstructors 方法

TypeInfo::GetConstructors() const method

返回为当前 Type 定义的所有公共构造函数。

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

另见

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

使用指定的 BindingFlags 搜索当前 Type 定义的构造函数。

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

另见