MonobjcMonobjc Documented Class Library
NSValue Constructor
NamespacesMonobjc.FoundationNSValueNSValue()()()()
Members
IconMemberDescription
NSValue(IntPtr, String)

Initializes and returns an NSValue object that contains a given value, which is interpreted as being of a given Objective-C type.

Original signature is '- (id)initWithBytes:(const void *)value objCType:(const char *)type'

Available in Mac OS X v10.0 and later.


NSValue(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSValue()()()()
Initializes a new instance of the NSValue class.

NSValue(IntPtr)
Initializes a new instance of the NSValue class.

NSValue(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSValue class.

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)