GenericTypeParameterBuilder.GetConstructors(BindingFlags) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Nieobsługiwane w przypadku niekompletnych parametrów typu ogólnego.
public:
override cli::array <System::Reflection::ConstructorInfo ^> ^ GetConstructors(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.ConstructorInfo[] GetConstructors (System.Reflection.BindingFlags bindingAttr);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.ConstructorInfo[] GetConstructors (System.Reflection.BindingFlags bindingAttr);
override this.GetConstructors : System.Reflection.BindingFlags -> System.Reflection.ConstructorInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetConstructors : System.Reflection.BindingFlags -> System.Reflection.ConstructorInfo[]
Public Overrides Function GetConstructors (bindingAttr As BindingFlags) As ConstructorInfo()
Parametry
- bindingAttr
- BindingFlags
Nieobsługiwane.
Zwraca
Nieobsługiwane w przypadku niekompletnych parametrów typu ogólnego.
- Atrybuty
Wyjątki
We wszystkich przypadkach.
Uwagi
Ta metoda nie jest obsługiwana w przypadku niekompletnych parametrów typu ogólnego. Pobierz parametr typu z ukończonej definicji typu ogólnego, a następnie użyj odbicia dla pobranego typu.