Skip to content

BaseCommandLineCommand Class

Base class for a command-line command.

MethodDescription
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)»
PropertyDescription
ShowLogoSee «see P:WixToolset.Extensibility.Data.ICommandLineCommand.ShowLogo»
StopParsingSee «see P:WixToolset.Extensibility.Data.ICommandLineCommand.StopParsing»
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.ExecuteAsync(System.Threading.CancellationToken)»

public System.Threading.Tasks.Task<System.Int32> ExecuteAsync()

See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.GetCommandLineHelp»

public Data.CommandLineHelp GetCommandLineHelp()

See «see M:WixToolset.Extensibility.Data.ICommandLineCommand.TryParseArgument(WixToolset.Extensibility.Services.ICommandLineParser,System.String)»

public bool TryParseArgument()

See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.ShowLogo»

public bool ShowLogo { get; set; }

See «see P:WixToolset.Extensibility.Data.ICommandLineCommand.StopParsing»

public bool StopParsing { get; set; }