GenericTypeParameterBuilder.GetInterfaceMap(Type) Método

Definição

Não é suportado para parâmetros genéricos de tipo incompletos.

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap(Type interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap(Type interfaceType);
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

Parâmetros

interfaceType
Type

Um Type objeto que representa o tipo de interface para o qual o mapeamento deve ser recuperado.

Devoluções

Não é suportado para parâmetros genéricos de tipo incompletos.

Atributos

Exceções

Em todos os casos.

Observações

Este método não é suportado para parâmetros genéricos de tipo incompletos. Recuperar o parâmetro de tipo a partir da definição genérica de tipo completa e depois usar reflexão sobre o tipo recuperado.

Aplica-se a