ICustomAdapter.GetUnderlyingObject Method

Definition

Provides access to the underlying object wrapped by a custom marshaler.

public:
 System::Object ^ GetUnderlyingObject();
public object GetUnderlyingObject ();
abstract member GetUnderlyingObject : unit -> obj
Public Function GetUnderlyingObject () As Object

Returns

The object contained by the adapter object.

Applies to