INativeObject Interface

Definition

A simple interface that is used to expose the unmanaged object pointer in various classes in Xamarin.iOS.

public interface INativeObject
type INativeObject = interface
Derived

Remarks

All this interface requires is for a class to expose an IntPtr that points to the unmanaged pointer to the actual object.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Applies to