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


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


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

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

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

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