Click or drag to resize

CommandLineParser Properties

The CommandLineParser 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 propertyArgumentNamePrefixes
Gets the argument name prefixes used by this instance.
Public propertyArguments
Gets the arguments supported by this CommandLineParser instance.
Public propertyArgumentsType
Gets the type that was used to define 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 propertyStatic memberDefaultArgumentNamePrefixes
Gets the default argument name prefixes for the current platform.
Public propertyStatic memberDefaultUsagePrefix
Gets the default prefix for the command line usage information.
Public propertyDescription
Gets a description that is used when generating usage information.
Top
See Also