BaseCommandLineCommand Class
Base class for a command-line command.
Methods
Section titled “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
Section titled “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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
ExecuteAsync() Method
Section titled “ExecuteAsync() Method”See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.ExecuteAsync(System.Threading.CancellationToken)»
Declaration
Section titled “Declaration”public System.Threading.Tasks.Task<System.Int32> ExecuteAsync()GetCommandLineHelp() Method
Section titled “GetCommandLineHelp() Method”See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.GetCommandLineHelp»
Declaration
Section titled “Declaration”public Data.CommandLineHelp GetCommandLineHelp()TryParseArgument() Method
Section titled “TryParseArgument() Method”See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.TryParseArgument(WixToolset.Extensibility.Services.ICommandLineParser,System.String)»
Declaration
Section titled “Declaration”public bool TryParseArgument()ShowLogo Property
Section titled “ShowLogo Property”See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.ShowLogo»
Declaration
Section titled “Declaration”public bool ShowLogo { get; set; }StopParsing Property
Section titled “StopParsing Property”See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.StopParsing»
Declaration
Section titled “Declaration”public bool StopParsing { get; set; }