C# Class ZeroInstall.Commands.CliCommands.AddApp

Add an application to the AppList.
Inheritance: AppCommand
Exibir arquivo 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_oe static_oe 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