Share via


INativeObject.Handle Property

Definition

Handle (pointer) to the unmanaged object representation.

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

Property Value

A pointer

Remarks

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

Applies to