Click or drag to resize

CreateShellCommandOptions Class

Inheritance Hierarchy
SystemObject
  Ookii.CommandLineCreateShellCommandOptions

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public sealed class CreateShellCommandOptions

The CreateShellCommandOptions type exposes the following members.

Constructors
  NameDescription
Public methodCreateShellCommandOptions
Initializes a new instance of the CreateShellCommandOptions class.
Top
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 shell command's arguments.
Public propertyAvailableCommandsHeader
Gets or sets the header that is used when printing a list of commands if no command name was supplied or the command name was not recognized.
Public propertyCommandDescriptionFormat
Gets or sets the format string used to format a command's name and description.
Public propertyCommandDescriptionIndent
Gets or sets the number of characters by which to indent the all but the first line of command descriptions.
Public propertyCommandNameComparer
Public propertyCommandUsageFormat
Gets or sets the format string to use for the usage help if no command name was supplied or the command name was not recognized.
Public propertyError
Gets or sets the TextWriter used to print error information.
Public propertyOut
Gets or sets the output TextWriter used to print usage information.
Public propertyUsageOptions
Gets or sets the options to use when parsing the shell command fails.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also