Share via


NSNumber.ToNUInt(NativeHandle) Method

Definition

Convert a NativeHandle to a NSNumber and return its value as a nuint.

public static UIntPtr ToNUInt(ObjCRuntime.NativeHandle handle);
static member ToNUInt : ObjCRuntime.NativeHandle -> unativeint

Parameters

handle
NativeHandle

Returns

UIntPtr

unativeint

Applies to