TypeDelegator.GetInterfaceMap(Type) Método

Definição

Retorna 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 da qual um mapeamento será recuperado.

Retornos

Um objeto InterfaceMapping que representa o mapeamento de interface para interfaceType.

Atributos

Comentários

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

Aplica-se a

Confira também