Returns the arguments of the command.
Original signature is '- (NSDictionary *)arguments'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSDictionary Arguments { get; set; }
Public Overridable Property Arguments As NSDictionary Get Set
public: virtual property NSDictionary^ Arguments { NSDictionary^ get (); void set (NSDictionary^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)