EnumBuilder.GetInterfaceMap(Type) Método

Definição

Retorna um mapeamento de interface para a interface solicitada.

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

Parâmetros

interfaceType
Type

O tipo de interface para a qual o mapeamento da interface deve ser recuperado.

Retornos

O mapeamento de interface solicitado.

Atributos

Exceções

O tipo não implementa a interface.

Comentários

Como solução alternativa, para recuperar os tipos de mapeamento de interface de um tipo concluído, recupere o tipo usando Type.GetType ou Assembly.GetType e use reflexão sobre o tipo recuperado.

Aplica-se a