Table of Contents

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

string

AltName2

public const string AltName2 = "destory"

Field Value

string

Name

public const string Name = "remove"

Field Value

string

Properties

Description

A short description of what this command does.

public override string Description { get; }

Property Value

string

Usage

The additional arguments to be displayed after the command name in the help text.

public override string Usage { get; }

Property Value

string

Methods

ExecuteHelper()

Template method that performs the actual operation.

protected override ExitCode ExecuteHelper()

Returns

ExitCode

The exit status code to end the process with.