Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Runtime.​InteropServices.​ICustomAdapter
Assembly: System.Runtime.InteropServices
Provides a way for clients to access the actual object, rather than the adapter object handed out by a custom marshaler.
Methods
public
object
GetUnderlyingObject​() Returns The object contained by the adapter object.
Provides access to the underlying object wrapped by a custom marshaler.