GenericTypeParameterBuilder.GetInterfaceMap(Type) Metoda

Definicja

Nieobsługiwane w przypadku niekompletnych parametrów typu ogólnego.

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

Parametry

interfaceType
Type

Type Obiekt reprezentujący typ interfejsu, dla którego ma zostać pobrane mapowanie.

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.

Dotyczy