MonobjcMonobjc Documented Class Library
Arguments Property
NamespacesMonobjc.FoundationNSScriptCommandArguments

Returns the arguments of the command.

Original signature is '- (NSDictionary *)arguments'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual 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);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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