ParserConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the configuration used by the CommandLineParser.
public ref class ParserConfiguration
public class ParserConfiguration
type ParserConfiguration = class
Public Class ParserConfiguration
- Inheritance
-
ParserConfiguration
Constructors
| ParserConfiguration() |
Properties
| EnablePosixBundling |
Enables the parser to recognize and expand POSIX-style bundled options. |
| ResponseFileTokenReplacer |
Response file token replacer, enabled by default. To disable response files support, this property needs to be set to null. |