Method | Description | |
---|---|---|
CommandLineParserSettings ( ) : System.IO |
Initializes a new instance of the CommandLine.CommandLineParserSettings class.
|
|
CommandLineParserSettings ( |
Initializes a new instance of the CommandLine.CommandLineParserSettings class, setting the System.IO.TextWriter used for help method output.
|
|
CommandLineParserSettings ( bool caseSensitive ) : System.IO |
Initializes a new instance of the CommandLine.CommandLineParserSettings class, setting the case comparison behavior.
|
|
CommandLineParserSettings ( bool caseSensitive, |
Initializes a new instance of the CommandLine.CommandLineParserSettings class, setting case comparison and help output options.
|
|
CommandLineParserSettings ( bool caseSensitive, bool mutuallyExclusive ) : System.IO |
Initializes a new instance of the CommandLine.CommandLineParserSettings class, setting case comparison and mutually exclusive behaviors.
|
|
CommandLineParserSettings ( bool caseSensitive, bool mutuallyExclusive, |
Initializes a new instance of the CommandLine.CommandLineParserSettings class, setting case comparison, mutually exclusive behavior and help output option.
|
public CommandLineParserSettings ( ) : System.IO | ||
return | System.IO |
public CommandLineParserSettings ( |
||
helpWriter | Any instance derived from |
|
return | System.IO |
public CommandLineParserSettings ( bool caseSensitive ) : System.IO | ||
caseSensitive | bool | If set to true, parsing will be case sensitive. |
return | System.IO |
public CommandLineParserSettings ( bool caseSensitive, |
||
caseSensitive | bool | If set to true, parsing will be case sensitive. |
helpWriter | Any instance derived from |
|
return | System.IO |
public CommandLineParserSettings ( bool caseSensitive, bool mutuallyExclusive ) : System.IO | ||
caseSensitive | bool | If set to true, parsing will be case sensitive. |
mutuallyExclusive | bool | If set to true, enable mutually exclusive behavior. |
return | System.IO |
public CommandLineParserSettings ( bool caseSensitive, bool mutuallyExclusive, |
||
caseSensitive | bool | If set to true, parsing will be case sensitive. |
mutuallyExclusive | bool | If set to true, enable mutually exclusive behavior. |
helpWriter | Any instance derived from |
|
return | System.IO |