C# 클래스 SimpleEpub2.AutoUpdater.AutoUpdateDownloadForm

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

보호된 프로퍼티들

프로퍼티 타입 설명
progressBar DevComponents.DotNetBar.Controls.ProgressBarX

Private Properties

프로퍼티 타입 설명
AutoUpdateDownloadForm System
AutoUpdateDownloadForm_FormClosed void
FormatBytes String
FormatPercentage String
InitializeComponent void
bgWorker_DoWork void
bgWorker_RunWorkerCompleted void
webClient_DownloadFileCompleted void
webClient_DownloadProgressChanged void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AutoUpdateDownloadForm ( AutoUpdatable applicationInfo, Uri location, String md5, Icon programIcon ) : System

Creates a new AutoUpdateDownloadForm

AutoUpdateDownloadForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
FormatBytes ( Int64 bytes, Int32 decimalPlaces, Boolean showByteType ) : String

Formats the byte count to closest byte type

FormatPercentage ( Int64 bytes1, Int64 bytes2, Int32 decimalPlaces ) : String
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

bgWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
bgWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
webClient_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
webClient_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Downloads file from server

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

프로퍼티 상세

progressBar 보호되어 있는 프로퍼티

protected DevComponents.DotNetBar.Controls.ProgressBarX progressBar
리턴 DevComponents.DotNetBar.Controls.ProgressBarX