NSObject.Handle Property

Definition

Handle (pointer) to the unmanaged object representation.

public IntPtr Handle { get; set; }
member this.Handle : nativeint with get, set

Property Value

IntPtr

nativeint

A pointer

Remarks

This IntPtr is a handle to the underlying unmanaged representation for this object.

Applies to