C# 클래스 InstallPad.ApplicationListItem

파일 보기 프로젝트 열기: philc/InstallPad 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Download() 공개 메소드

public Download ( bool installAfterDownload ) : void
installAfterDownload bool
리턴 void

InstallApplication() 공개 메소드

Installs the application referred to by this app list item.
public InstallApplication ( ) : void
리턴 void

UnInstallApplication() 공개 메소드

UnInstalls the application referred to by this app list item.
public UnInstallApplication ( ) : void
리턴 void