System::TypeInfo::GetConstructors メソッド

TypeInfo::GetConstructors() const method

現在の型に定義されたすべての public コンストラクタを返します。

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

参照

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

指定された BindingFlags を使用して、現在の型に定義されたコンストラクタを検索します。

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

参照