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, представляющий тип интерфейса, для которого будет извлекаться сопоставление.

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

InterfaceMapping

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

Атрибуты

Исключения

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

Комментарии

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

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