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


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


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

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

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

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