Skip to main content

CommandLineHelp Class

A command line option (switch or command) description.

Properties

PropertyDescription
CommandsOptional list of command line commands.
DescriptionDescription for the command line option.
NotesOptional additional notes for the command line option.
SwitchesOptional list of command line switches.
UsageUsage for the command line option.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

Commands Property

Optional list of command line commands.

Declaration

public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.CommandLineHelpCommand> Commands { get; set; } 

Description Property

Description for the command line option.

Declaration

public string Description { get; set; } 

Notes Property

Optional additional notes for the command line option.

Declaration

public string Notes { get; set; } 

Switches Property

Optional list of command line switches.

Declaration

public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.CommandLineHelpSwitch> Switches { get; set; } 

Usage Property

Usage for the command line option.

Declaration

public string Usage { get; set; }