ICustomAdapter Interfejs

Definicja

Przestroga

ICustomAdapter may be unavailable in future releases.

Umożliwia klientom dostęp do rzeczywistego obiektu, a nie obiektu adaptera przekazanego przez niestandardowego marszałka.

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
Atrybuty

Uwagi

Obiekty, które wbudowane niestandardowe marshalers rozdają klientom implementują ten interfejs.

Metody

GetUnderlyingObject()
Przestarzałe.

Zapewnia dostęp do obiektu bazowego opakowanego przez niestandardowego marszałka.

Dotyczy