System::TypeInfo::GetConstructors metod

TypeInfo::GetConstructors() const method

Returnerar alla public konstruktorer som är definierade för den aktuella Type.

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

Se även

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

söker efter de konstruktorer som är definierade för den aktuella Type, med hjälp av de angivna BindingFlags.

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

Se även