C# 클래스 ClientLauncher.ApplicationUpdates

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

공개 메소드들

메소드 설명
ApplicationUpdates ( LauncherData myClient ) : System
UpdateAvailable ( Dispatcher myDispatcher ) : List
UpdateToLatestVersion ( Dispatcher myDispatcher, LauncherData theVersion ) : void

비공개 메소드들

메소드 설명
DownloadComplete ( LauncherData theVersion, byte arFileBytes ) : void
DownloadStarted ( IAsyncResult theResult ) : void
ReadingStream ( IAsyncResult theResult ) : void

메소드 상세

ApplicationUpdates() 공개 메소드

public ApplicationUpdates ( LauncherData myClient ) : System
myClient LauncherData
리턴 System

UpdateAvailable() 공개 메소드

public UpdateAvailable ( Dispatcher myDispatcher ) : List
myDispatcher System.Windows.Threading.Dispatcher
리턴 List

UpdateToLatestVersion() 공개 메소드

public UpdateToLatestVersion ( Dispatcher myDispatcher, LauncherData theVersion ) : void
myDispatcher System.Windows.Threading.Dispatcher
theVersion LauncherData
리턴 void