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


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


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

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

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

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