Arguments Properties

Properties

ContainsHelpRequest Gets a boolean value that indicates whether the command-line command contains request for displaying help.
Count Gets the total number of arguments (ordered and optional) present in the command-line command.
InternalDictionary Gets the dictionary containing all of the arguments present in the command-line command.
Item Gets the value for the specified argument from the command-line command.
OrderedArgCount Gets the total number of ordered arguments in the command-line command.
OrderedArgID Gets the prefix text in the identifier of ordered arguments present in the command-line command.
OrderedArgs Gets the ordered arguments as an array of strings.

See Also