Creates and returns an NSValue object that contains a given value which is interpreted as being of a given Objective-C type.
Original signature is '+ (NSValue *)value:(const void *)value withObjCType:(const char *)type'
Available in Mac OS X v10.0 and later.


A new NSValue object that contains value, which is interpreted as being of the Objective-C type type.

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