C# 클래스 OpenBound_Game_Launcher.Forms.GameUpdater

파일 보기 프로젝트 열기: WickedPeanuts/OpenBound

공개 프로퍼티들

프로퍼티 타입 설명
Timer1TickAction AsynchronousAction

공개 메소드들

메소드 설명
GameUpdater ( PatchHistory serverPatchHistory ) : OpenBound_Game_Launcher.Common

비공개 메소드들

메소드 설명
CloseClientAndApplyPatchTickAction ( DateTime unpackingFinalizationTime, int lastSecDiff = 10 ) : void
GameUpdater_Load ( object sender, EventArgs e ) : void
HaltPatchingProcess ( Exception exception = null ) : void
InsertOnLogListBox ( string text ) : void
OnFailToDownloadPatch ( Exception exception, PatchHistory patchHistory ) : void
OnFinalizeDownloadingFile ( Queue actionQueue, PatchHistory patchHistory ) : void
OnReceiveData ( string filename, int downloadedFiles, float downloadPercentage, long receivedBytes, long totalBytes, DateTime downloadStartTime ) : void
OnStartUnpackingPatch ( PatchHistory patch ) : void
OnUnpackPatch ( PatchHistory patch, bool isMD5Valid, Exception exception ) : void
OpenPatcher ( ) : void
StartUnpackingFiles ( ) : void
UpdateMenuButtons ( MenuState menuState ) : void
UpdateMenuLabels ( MenuState menuState, Dictionary replacingTextDictionary = null ) : void
abortButton_Click ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
timer2_Tick ( object sender, EventArgs e ) : void
toggleLogButton_Click ( object sender, EventArgs e ) : void
updateButton_Click ( object sender, EventArgs e ) : void

메소드 상세

GameUpdater() 공개 메소드

public GameUpdater ( PatchHistory serverPatchHistory ) : OpenBound_Game_Launcher.Common
serverPatchHistory PatchHistory
리턴 OpenBound_Game_Launcher.Common

프로퍼티 상세

Timer1TickAction 공개적으로 프로퍼티

public AsynchronousAction Timer1TickAction
리턴 AsynchronousAction