ParseOptions Properties |
The ParseOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowDuplicateArguments |
Gets or sets a value indicating whether duplicate arguments are allowed.
|
![]() | AllowWhiteSpaceValueSeparator |
Gets or sets a value indicating whether the value of arguments may be separated from the name by white space.
|
![]() | ArgumentNameComparer |
Gets or set the IComparerT to use to compare argument names.
|
![]() | ArgumentNamePrefixes |
Gets or sets the argument name prefixes to use when parsing the arguments.
|
![]() | Culture |
Gets or sets the culture used to convert command line argument values from their string representation to the argument type.
|
![]() | Error |
Gets or sets the TextWriter used to print error information if argument
parsing fails.
|
![]() | NameValueSeparator |
Gets or sets the character used to separate the name and the value of an argument.
|
![]() | Out |
Gets or sets the output TextWriter used to print usage information if
argument parsing fails or is cancelled.
|
![]() | UsageOptions |
Gets or sets the options to use to write usage information to Out when
parsing the arguments fails or is cancelled.
|