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 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
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; }