System::TypeInfo::GetConstructors methode

TypeInfo::GetConstructors() const method

Retourneert alle openbare constructors die voor het huidige Type zijn gedefinieerd.

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

Zie ook

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

Zoekt naar de constructors die voor het huidige Type zijn gedefinieerd, met behulp van de opgegeven BindingFlags.

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

Zie ook