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
CommandLineConfiguration(Command, Boolean, Boolean, Boolean, LocalizationResources, ResponseFileHandling, IReadOnlyList<InvocationMiddleware>, Func<BindingContext, HelpBuilder>) |
Initializes a new instance of the CommandLineConfiguration class. |
Properties
EnableDirectives |
Gets whether directives are enabled. |
EnableLegacyDoubleDashBehavior |
Enables the legacy behavior of the |
EnablePosixBundling |
Gets whether POSIX bundling is enabled. |
LocalizationResources |
Gets the localizable resources. |
RootCommand |
Gets the root command. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ThrowIfInvalid() |
Throws an exception if the parser configuration is ambiguous or otherwise not valid. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |