GenericTypeParameterBuilder.GetInterfaceMap(Type) Metoda

Definice

Pro neúplné obecné parametry typu se nepodporuje.

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

Objekt Type , který představuje typ rozhraní, pro který se má načíst mapování.

Návraty

InterfaceMapping

Pro neúplné obecné parametry typu se nepodporuje.

Atributy

Výjimky

Ve všech případech

Poznámky

Tato metoda není podporována pro neúplné obecné parametry typu. Načtěte parametr typu z dokončené definice obecného typu a pak použijte reflexi na načtený typ.

Platí pro