GenericTypeParameterBuilder.GetInterfaceMap(Type) Метод

Определение

Не поддерживается для неполных параметров универсального типа.

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

Параметры

interfaceType
Type

Type Объект, представляющий тип интерфейса, для которого требуется получить сопоставление.

Возвращаемое значение

Не поддерживается для неполных параметров универсального типа.

Атрибуты

Исключения

Во всех случаях.

Комментарии

Этот метод не поддерживается для неполных параметров универсального типа. Извлеките параметр типа из полного определения универсального типа, а затем используйте отражение для полученного типа.

Применяется к