NSValue.ValueFromPointer(IntPtr) Method

Definition

Wraps the specified IntPtr object as an NSValue.

[Foundation.Export("valueWithPointer:")]
public static Foundation.NSValue ValueFromPointer (IntPtr pointer);
static member ValueFromPointer : nativeint -> Foundation.NSValue

Parameters

pointer
IntPtr

nativeint

A pointer to wrap in an NSObject.

Returns

Attributes

Applies to