TypeDelegator.GetInterfaceMap(Type) Metod

Definition

Returnerar en gränssnittsmappning för den angivna gränssnittstypen.

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

Parametrar

interfaceType
Type

Gränssnittet Type för att hämta en mappning av.

Returer

Ett InterfaceMapping objekt som representerar gränssnittsmappningen för interfaceType.

Attribut

Kommentarer

Gränssnittskartan anger hur ett gränssnitt mappas till de faktiska metoderna i en klass som implementerar gränssnittet.

Gäller för

Se även