Creates and returns an NSValue object that contains a given pointer.
Original signature is '+ (NSValue *)valueWithPointer:(const void *)aPointer'
Available in Mac OS X v10.0 and later.


- aPointer (IntPtr)
- The value for the new object.

A new NSValue object that contains aPointer.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)