ParserSettings Class |
Namespace: X3Platform.CommandLine
The ParserSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | ParserSettings |
Initializes a new instance of the ParserSettings class.
|
![]() | ParserSettings(Boolean) |
Initializes a new instance of the ParserSettings class,
setting the case comparison behavior.
|
![]() | ParserSettings(TextWriter) |
Initializes a new instance of the ParserSettings class,
setting the TextWriter used for help method output.
|
![]() | ParserSettings(Boolean, Boolean) |
Initializes a new instance of the ParserSettings class,
setting case comparison and mutually exclusive behaviors.
|
![]() | ParserSettings(Boolean, TextWriter) |
Initializes a new instance of the ParserSettings class,
setting case comparison and help output options.
|
![]() | ParserSettings(Boolean, Boolean, TextWriter) |
Initializes a new instance of the ParserSettings class,
setting case comparison, mutually exclusive behavior and help output option.
|
![]() | ParserSettings(Boolean, Boolean, Boolean, TextWriter) |
Initializes a new instance of the ParserSettings class,
setting case comparison, mutually exclusive behavior and help output option.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Frees resources owned by the instance.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CaseSensitive |
Gets or sets a value indicating whether perform case sensitive comparisons.
|
![]() | HelpWriter |
Gets or sets the TextWriter used for help method output.
Setting this property to null, will disable help screen.
|
![]() | IgnoreUnknownArguments |
Gets or sets a value indicating whether the parser shall move on to the next argument and ignore the given argument if it
encounter an unknown arguments
|
![]() | MutuallyExclusive |
Gets or sets a value indicating whether set a mutually exclusive behavior.
Default is set to false.
|
![]() | ParsingCulture |
Gets or sets the culture used when parsing arguments to typed properties.
|