TypeDelegator.GetInterfaceMap(Type) Yöntem

Tanım

Belirtilen arabirim türü için bir arabirim eşlemesi döndürür.

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

Parametreler

interfaceType
Type

Type Eşlemesi alınacak arabiriminin.

Döndürülenler

InterfaceMapping için interfaceTypearabirim eşlemesini temsil eden bir nesne.

Öznitelikler

Açıklamalar

Arabirim eşlemesi, bir arabirimin bu arabirimi uygulayan bir sınıftaki gerçek yöntemlerle nasıl eşlendiğini belirtir.

Şunlara uygulanır

Ayrıca bkz.