Share via


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 tamamlanmamış türler için uygulanmaz.

Açıklamalar

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

Şunlara uygulanır