Compartilhar via


Interface ICustomAdapter

 

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 uma maneira para que os clientes acessem o objeto real, em vez do objeto adaptador entregue por um marshaler personalizado.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[ComVisibleAttribute(true)]
public interface ICustomAdapter
[ComVisibleAttribute(true)]
public interface class ICustomAdapter
[<ComVisibleAttribute(true)>]
type ICustomAdapter = interface end
<ComVisibleAttribute(True)>
Public Interface ICustomAdapter

Métodos

Nome Descrição
System_CAPS_pubmethod GetUnderlyingObject()

Fornece acesso ao objeto subjacente encapsulado por um marshaler personalizado.

Comentários

Os objetos que os empacotadores personalizados internos distribuir aos clientes implementam esta interface.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início