TypeDelegator.GetInterfaceMap(Type) Método

Definição

Devolve um mapeamento de interface para o tipo de interface especificado.

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 Type da interface para recuperar um mapeamento de.

Devoluções

Um objeto que InterfaceMapping representa a aplicação da interface para interfaceType.

Atributos

Observações

O mapa da interface indica como uma interface é mapeada para os métodos reais numa classe que implementa essa interface.

Aplica-se a

Ver também