C# Class InstallPad.ApplicationListItem

Afficher le fichier Open project: philc/InstallPad Class Usage Examples

Méthodes publiques

Méthode Description
Download ( bool installAfterDownload ) : void
InstallApplication ( ) : void

Installs the application referred to by this app list item.

UnInstallApplication ( ) : void

UnInstalls the application referred to by this app list item.

Private Methods

Méthode Description
ArgumentsForSilentInstall ( InstallPad.ApplicationItem application ) : string
AsyncDownload ( object data ) : void

Begins an async download

AsyncInstall ( object data ) : void

Begin an async install

AsyncUnInstall ( object data ) : void

Begin an async un-install

AsyncZipInstall ( object data ) : void
OnFinishedDownloading ( ) : void
OnFinishedInstalling ( ) : void
OnFinishedUnInstalling ( ) : void
OnFinishedUnzipping ( bool status ) : void
RunPostInstallationScript ( ) : void
downloader_DownloadComplete ( object sender, EventArgs e ) : void
downloader_ProgressChanged ( object sender, CodeProject e ) : void
process_Exited ( object sender, EventArgs e ) : void
process_Exited2 ( object sender, EventArgs e ) : void

Method Details

Download() public méthode

public Download ( bool installAfterDownload ) : void
installAfterDownload bool
Résultat void

InstallApplication() public méthode

Installs the application referred to by this app list item.
public InstallApplication ( ) : void
Résultat void

UnInstallApplication() public méthode

UnInstalls the application referred to by this app list item.
public UnInstallApplication ( ) : void
Résultat void