Click or drag to resize

Arguments Properties

The Arguments type exposes the following members.

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