MonobjcMonobjc Documented Class Library
NSColorList Constructor
NamespacesMonobjc.AppKitNSColorListNSColorList()()()()
Members
IconMemberDescription
NSColorList(NSString)

Initializes and returns the receiver, registering it under the given name if it isn’t in use already.

Original signature is '- (id)initWithName:(NSString *)name'

Available in Mac OS X v10.0 and later.


NSColorList(NSString, NSString)

Initializes and returns the receiver, registering it under the given name if it isn’t in use already.

Original signature is '- (id)initWithName:(NSString *)name fromFile:(NSString *)path'

Available in Mac OS X v10.0 and later.


NSColorList(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.


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

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

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

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)