Click or drag to resize

CreateShellCommandOptionsArgumentNamePrefixes Property

Gets or sets the argument name prefixes to use when parsing the shell command's arguments.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public IEnumerable<string> ArgumentNamePrefixes { get; set; }

Property Value

Type: IEnumerableString
The named argument switches, or to indicate the default prefixes for the current platform must be used. The default value is .
See Also