Share via


NSObject.Handle Property

Definition

Handle (pointer) to the unmanaged object representation.

public ObjCRuntime.NativeHandle Handle { get; set; }
member this.Handle : ObjCRuntime.NativeHandle with get, set

Property Value

A pointer

Remarks

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

Applies to