CommandLineConfiguration 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 Parser.
public ref class CommandLineConfiguration
public class CommandLineConfiguration
type CommandLineConfiguration = class
Public Class CommandLineConfiguration
- Inheritance
-
CommandLineConfiguration
Constructors
Properties
EnableDirectives |
Gets whether directives are enabled. |
EnableLegacyDoubleDashBehavior |
Enables the legacy behavior of the |
EnablePosixBundling |
Gets whether POSIX bundling is enabled. |
EnableTokenReplacement | |
LocalizationResources |
Gets the localizable resources. |
RootCommand |
Gets the root command. |
Methods
ThrowIfInvalid() |
Throws an exception if the parser configuration is ambiguous or otherwise not valid. |