CommandLineHelp Class
A command line option (switch or command) description.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Commands | Optional list of command line commands. |
| Description | Description for the command line option. |
| Notes | Optional additional notes for the command line option. |
| Switches | Optional list of command line switches. |
| Usage | Usage for the command line option. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Commands Property
Section titled “Commands Property”Optional list of command line commands.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.CommandLineHelpCommand> Commands { get; set; }Description Property
Section titled “Description Property”Description for the command line option.
Declaration
Section titled “Declaration”public string Description { get; set; }Notes Property
Section titled “Notes Property”Optional additional notes for the command line option.
Declaration
Section titled “Declaration”public string Notes { get; set; }Switches Property
Section titled “Switches Property”Optional list of command line switches.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.CommandLineHelpSwitch> Switches { get; set; }Usage Property
Section titled “Usage Property”Usage for the command line option.
Declaration
Section titled “Declaration”public string Usage { get; set; }