GenericTypeParameterBuilder.GetInterfaceMap(Type) Yöntem

Tanım

Tamamlanmamış genel tür parametreleri için desteklenmez.

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ğı arabirim türünü temsil eden nesne.

Döndürülenler

InterfaceMapping

Tamamlanmamış genel tür parametreleri için desteklenmez.

Öznitelikler

Özel durumlar

Her durumda.

Açıklamalar

Bu yöntem tamamlanmamış genel tür parametreleri için desteklenmez. Tamamlanan genel tür tanımından tür parametresini alın ve alınan tür üzerinde yansımayı kullanın.

Şunlara uygulanır