MonobjcMonobjc Documented Class Library
NSSetCommand Constructor
NamespacesMonobjc.FoundationNSSetCommandNSSetCommand()()()()
Members
IconMemberDescription
NSSetCommand(NSScriptCommandDescription)

Returns an a script command object initialized from the passed command description.

Original signature is '- (id)initWithCommandDescription:(NSScriptCommandDescription *)commandDesc'

Available in Mac OS X v10.0 and later.


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


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

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

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

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