T_CommandLine_UnParserSettings - adutton/commandline GitHub Wiki
Provides settings for when formatting command line from an options instance../>.
System.Object
CommandLine.UnParserSettings
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public class UnParserSettingsVB
Public Class UnParserSettingsC++
public ref class UnParserSettingsF#
type UnParserSettings = class endThe UnParserSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
UnParserSettings | Initializes a new instance of the UnParserSettings class |
| Name | Description | |
|---|---|---|
![]() |
Consumed | |
![]() |
GroupSwitches | Gets or sets a value indicating whether unparsing process shall group switches. |
![]() |
PreferShortName | Gets or sets a value indicating whether unparsing process shall prefer short or long names. |
![]() |
ShowHidden | Gets or sets a value indicating whether unparsing process shall expose hidden options. |
![]() |
UseEqualToken | Gets or sets a value indicating whether unparsing process shall use equal sign with long names. |
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]()
|
WithGroupSwitchesOnly | Factory method that creates an instance of UnParserSettings with GroupSwitches set to true. |
![]()
|
WithUseEqualTokenOnly | Factory method that creates an instance of UnParserSettings with UseEqualToken set to true. |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |




