Click or drag to resize

CreateShellCommandOptions Class

Inheritance Hierarchy
SystemObject
  Ookii.CommandLineParseOptions
    Ookii.CommandLineCreateShellCommandOptions

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public class CreateShellCommandOptions : ParseOptions

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.
(Inherited from ParseOptions.)
Public propertyAllowWhiteSpaceValueSeparator
Gets or sets a value indicating whether the value of arguments may be separated from the name by white space.
(Inherited from ParseOptions.)
Public propertyArgumentNameComparer (Inherited from ParseOptions.)
Public propertyArgumentNamePrefixes
Gets or sets the argument name prefixes to use when parsing the arguments.
(Inherited from ParseOptions.)
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 propertyCulture
Gets or sets the culture used to convert command line argument values from their string representation to the argument type.
(Inherited from ParseOptions.)
Public propertyError
Gets or sets the TextWriter used to print error information if argument parsing fails.
(Inherited from ParseOptions.)
Public propertyNameValueSeparator
Gets or sets the character used to separate the name and the value of an argument.
(Inherited from ParseOptions.)
Public propertyOut
Gets or sets the output TextWriter used to print usage information if argument parsing fails or is cancelled.
(Inherited from ParseOptions.)
Public propertyUsageOptions
Gets or sets the options to use to write usage information to Out when parsing the arguments fails or is cancelled.
(Inherited from ParseOptions.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultCommandDescriptionIndent
Gets the default value for the CommandDescriptionIndent property.
Top
See Also