ICustomAdapter Interface
Definição
Cuidado
ICustomAdapter may be unavailable in future releases.
Fornece uma maneira para que os clientes acessem o objeto real, em vez do objeto adaptador entregue por um marshaler personalizado.Provides a way for clients to access the actual object, rather than the adapter object handed out by a custom marshaler.
public interface class ICustomAdapter
[System.Obsolete("ICustomAdapter may be unavailable in future releases.")]
public interface ICustomAdapter
public interface ICustomAdapter
[System.Runtime.InteropServices.ComVisible(true)]
public interface ICustomAdapter
[<System.Obsolete("ICustomAdapter may be unavailable in future releases.")>]
type ICustomAdapter = interface
type ICustomAdapter = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ICustomAdapter = interface
Public Interface ICustomAdapter
- Atributos
Comentários
Os objetos que os marshalers personalizados internos entregam aos clientes implementam essa interface.The objects that the built-in custom marshalers hand out to clients implement this interface.
Métodos
| GetUnderlyingObject() |
Fornece acesso ao objeto subjacente encapsulado por um marshaler personalizado.Provides access to the underlying object wrapped by a custom marshaler. |