BaseCommandLineCommand Class
Base class for a command-line command.
Methods
| Method | Description |
|---|---|
| ExecuteAsync() | See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.ExecuteAsync(System.Threading.CancellationToken)» |
| GetCommandLineHelp() | See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.GetCommandLineHelp» |
| TryParseArgument() | See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.TryParseArgument(WixToolset.Extensibility.Services.ICommandLineParser,System.String)» |
Properties
| Property | Description |
|---|---|
| ShowLogo | See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.ShowLogo» |
| StopParsing | See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.StopParsing» |
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
ExecuteAsync() Method
See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.ExecuteAsync(System.Threading.CancellationToken)»
Declaration
public System.Threading.Tasks.Task<System.Int32> ExecuteAsync()
GetCommandLineHelp() Method
See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.GetCommandLineHelp»
Declaration
public Data.CommandLineHelp GetCommandLineHelp()
TryParseArgument() Method
See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.TryParseArgument(WixToolset.Extensibility.Services.ICommandLineParser,System.String)»
Declaration
public bool TryParseArgument()
ShowLogo Property
See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.ShowLogo»
Declaration
public bool ShowLogo { get; set; }
StopParsing Property
See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.StopParsing»
Declaration
public bool StopParsing { get; set; }