Share via


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

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to