GenericTypeParameterBuilder.GetInterfaceMap(Type) Método

Definição

Não há suporte para parâmetros de tipo genérico 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.

Retornos

Não há suporte para parâmetros de tipo genérico incompletos.

Atributos

Exceções

Em todos os casos.

Comentários

Esse método não tem suporte para parâmetros de tipo genérico incompletos. Recupere o parâmetro de tipo da definição de tipo genérico concluída e, em seguida, use a reflexão sobre o tipo recuperado.

Aplica-se a