TypeBuilder.GetInterfaceMap(Type) Yöntem

Tanım

İstenen arabirim 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şlemenin alınacağı arabirimi.

Döndürülenler

İstenen arabirim eşlemesini döndürür.

Öznitelikler

Özel durumlar

Bu yöntem eksik türler için uygulanmaz.

Açıklamalar

veya Type.GetType kullanarak Assembly.GetType türü alın ve alınan tür üzerinde yansımayı kullanın.

Şunlara uygulanır