TypeBuilder.GetInterfaceMap(Type) Método

Definição

Devolve 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

A Type da interface para a qual o mapeamento deve ser recuperado.

Devoluções

Devolve o mapeamento da interface solicitado.

Atributos

Exceções

Este método não é implementado para tipos incompletos.

Observações

Recupere o tipo usando Type.GetType ou Assembly.GetType e use reflexão sobre o tipo recuperado.

Aplica-se a