Método _Type.GetInterfaceMap (Type)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Fornece objetos COM com acesso independente de versão para o método Type.GetInterfaceMap.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
InterfaceMapping GetInterfaceMap(
Type interfaceType
)
InterfaceMapping GetInterfaceMap(
Type^ interfaceType
)
abstract GetInterfaceMap :
interfaceType:Type -> InterfaceMapping
Function GetInterfaceMap (
interfaceType As Type
) As InterfaceMapping
Parâmetros
interfaceType
Type: System.TypeO Type da interface da qual recuperar um mapeamento.
Valor Retornado
Type: System.Reflection.InterfaceMapping
Um objeto InterfaceMapping que representa o mapeamento de interface para interfaceType.
Comentários
Este método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado em código gerenciado.
O Type.GetInterfaceMap método retorna um mapeamento de interface para o tipo de interface especificado.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface _Type
Namespace System.Runtime.InteropServices
Retornar ao início