C# Class ZeroInstall.Commands.WinForms.Program

A WinForms-based GUI for Zero Install, for installing and launching applications, managing caches, etc.
显示文件 Open project: 0install/0install-win

Public Properties

Property Type Description
AppUserModelID string

Private Methods

Method Description
ConfigureTaskbar ( [ form, [ name, [ subCommand = null, [ arguments = null ) : void
Main ( string args ) : int

The main entry point for the application.

Property Details

AppUserModelID public_oe static_oe property

The application user model ID used by the Windows 7 taskbar. Encodes Locations.InstallBase and the name of this sub-app.
public static string AppUserModelID
return string