Skip to content

BaseCommandLineCommand Class

Base class for a command-line command.

Methods

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)»

Properties

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

ExecuteAsync() Method {#executeasync_nop}

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

Declaration

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

GetCommandLineHelp() Method {#getcommandlinehelp_nop}

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

Declaration

public Data.CommandLineHelp GetCommandLineHelp()

TryParseArgument() Method {#tryparseargument_nop}

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

Declaration

public bool TryParseArgument()

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

Declaration

public bool ShowLogo { get; set; }

StopParsing Property {#stopparsing}

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

Declaration

public bool StopParsing { get; set; }