MonobjcMonobjc Documented Class Library
NSCreateCommand Constructor
NamespacesMonobjc.FoundationNSCreateCommandNSCreateCommand()()()()
Members
IconMemberDescription
NSCreateCommand(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.


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


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

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

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

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