GetConstructors()

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

searches for the constructors defined for the current Type, using the specified BindingFlags.

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

TypeInfo::GetConstructors() const method

Returns all the public constructors defined for the current Type.

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

See Also