NSValue.ValueFromPointer(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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