C# 클래스 taskforceInstaller.taskforceMain

상속: MetroFramework.Forms.MetroForm
파일 보기 프로젝트 열기: MrDarkSkil/Launcher_Arma3

공개 메소드들

메소드 설명
FormatBytes ( long bytes ) : string
FormatDurationSeconds ( int seconds ) : string
taskforceMain ( string _apiUrl, string _appdata, string _vTaskForce, string _launcherDest, string _serverID, string _downloadPath ) : System

보호된 메소드들

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

Clean up any resources being used.

getFileMd5 ( string filePath ) : string

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

autodetectTeamSpeak ( ) : void
chooseButton_Click ( object sender, EventArgs e ) : void
client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
client_DownloadProgressChanged ( object sender, System e ) : void
installButton_Click ( object sender, EventArgs e ) : void
startDownload ( string remote, string local ) : void
taskforceMain_Load ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

FormatBytes() 공개 메소드

public FormatBytes ( long bytes ) : string
bytes long
리턴 string

FormatDurationSeconds() 공개 정적인 메소드

public static FormatDurationSeconds ( int seconds ) : string
seconds int
리턴 string

getFileMd5() 보호된 메소드

protected getFileMd5 ( string filePath ) : string
filePath string
리턴 string

taskforceMain() 공개 메소드

public taskforceMain ( string _apiUrl, string _appdata, string _vTaskForce, string _launcherDest, string _serverID, string _downloadPath ) : System
_apiUrl string
_appdata string
_vTaskForce string
_launcherDest string
_serverID string
_downloadPath string
리턴 System