TypeDelegator.GetInterfaceMap(Type) Metoda

Definicja

Zwraca mapowanie interfejsu dla określonego typu interfejsu.

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

Interfejs Type do pobierania mapowania.

Zwraca

Obiekt InterfaceMapping reprezentujący mapowanie interfejsu dla elementu interfaceType.

Atrybuty

Uwagi

Mapa interfejsu określa sposób mapowania interfejsu na rzeczywiste metody w klasie, która implementuje ten interfejs.

Dotyczy

Zobacz też