System::TypeInfo::GetConstructors metod

TypeInfo::GetConstructors() const method

Returnerar alla offentliga konstruktorer som definierats för den aktuella typen.

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

Se även

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

söker efter konstruktorerna som definierats för den aktuella typen, med hjälp av de angivna BindingFlags.

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

Se även