Click or drag to resize

CreateShellCommandOptionsUsageOptions Property

Gets or sets the options to use when parsing the shell command fails.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public WriteUsageOptions UsageOptions { get; set; }

Property Value

Type: WriteUsageOptions
The usage options.
See Also