Click or drag to resize

ParseOptions Properties

The ParseOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllowDuplicateArguments
Gets or sets a value indicating whether duplicate arguments are allowed.
Public propertyAllowWhiteSpaceValueSeparator
Gets or sets a value indicating whether the value of arguments may be separated from the name by white space.
Public propertyArgumentNameComparer
Public propertyArgumentNamePrefixes
Gets or sets the argument name prefixes to use when parsing the arguments.
Public propertyCulture
Gets or sets the culture used to convert command line argument values from their string representation to the argument type.
Public propertyError
Gets or sets the TextWriter used to print error information if argument parsing fails.
Public propertyNameValueSeparator
Gets or sets the character used to separate the name and the value of an argument.
Public propertyOut
Gets or sets the output TextWriter used to print usage information if argument parsing fails or is cancelled.
Public propertyUsageOptions
Gets or sets the options to use to write usage information to Out when parsing the arguments fails or is cancelled.
Top
See Also