Class RemoveApp
- Namespace
- ZeroInstall.Commands.Desktop
- Assembly
- 0install.dll
Remove an application from the AppList and undoes any desktop environment integration.
public class RemoveApp : AppCommand
- Inheritance
-
RemoveApp
- Inherited Members
Constructors
RemoveApp(ICommandHandler)
Remove an application from the AppList and undoes any desktop environment integration.
public RemoveApp(ICommandHandler handler)
Parameters
handler
ICommandHandler
Fields
AltName
public const string AltName = "remove-app"
Field Value
AltName2
public const string AltName2 = "destory"
Field Value
Name
public const string Name = "remove"
Field Value
Properties
Description
A short description of what this command does.
public override string Description { get; }
Property Value
Usage
The additional arguments to be displayed after the command name in the help text.
public override string Usage { get; }
Property Value
Methods
ExecuteHelper()
Template method that performs the actual operation.
protected override ExitCode ExecuteHelper()
Returns
- ExitCode
The exit status code to end the process with.