C# Class ZeroInstall.Commands.CliCommands.AddApp

Add an application to the AppList.
Inheritance: AppCommand
Show file Open project: 0install/0install-win

Public Properties

Property Type Description
AddedNonCatalogAppWindowMessageID int

Public Methods

Method Description
AddApp ( [ handler ) : System

Protected Methods

Method Description
ExecuteHelper ( ICategoryIntegrationManager integrationManager, FeedUri interfaceUri ) : ExitCode

Method Details

AddApp() public method

public AddApp ( [ handler ) : System
handler [
return System

ExecuteHelper() protected method

protected ExecuteHelper ( ICategoryIntegrationManager integrationManager, FeedUri interfaceUri ) : ExitCode
integrationManager ICategoryIntegrationManager
interfaceUri FeedUri
return ExitCode

Property Details

AddedNonCatalogAppWindowMessageID public static property

The window message ID (for use with WindowsUtils.BroadcastMessage) that signals that an application that is not listed in the Catalog was added.
public static int AddedNonCatalogAppWindowMessageID
return int