C# 클래스 RiotControl.Program

상속: IGlobalHandler
파일 보기 프로젝트 열기: epicvrvs/RiotControl

공개 메소드들

메소드 설명
DownloadCompleted ( ) : void
DownloadError ( Exception exception ) : void
DownloadProgressUpdate ( DownloadProgressChangedEventArgs arguments ) : void
DumpAndTerminate ( Exception exception ) : void
HandleException ( Exception exception ) : void
Program ( ) : System
Run ( ) : void
SaveConfiguration ( ) : void
UpdateDetected ( int currentRevision, RiotGear.ApplicationVersion newVersion ) : void
WriteLine ( string line ) : void

비공개 메소드들

메소드 설명
Main ( string arguments ) : void
Terminate ( ) : void

메소드 상세

DownloadCompleted() 공개 메소드

public DownloadCompleted ( ) : void
리턴 void

DownloadError() 공개 메소드

public DownloadError ( Exception exception ) : void
exception System.Exception
리턴 void

DownloadProgressUpdate() 공개 메소드

public DownloadProgressUpdate ( DownloadProgressChangedEventArgs arguments ) : void
arguments DownloadProgressChangedEventArgs
리턴 void

DumpAndTerminate() 공개 정적인 메소드

public static DumpAndTerminate ( Exception exception ) : void
exception System.Exception
리턴 void

HandleException() 공개 메소드

public HandleException ( Exception exception ) : void
exception System.Exception
리턴 void

Program() 공개 메소드

public Program ( ) : System
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

SaveConfiguration() 공개 메소드

public SaveConfiguration ( ) : void
리턴 void

UpdateDetected() 공개 메소드

public UpdateDetected ( int currentRevision, RiotGear.ApplicationVersion newVersion ) : void
currentRevision int
newVersion RiotGear.ApplicationVersion
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string line ) : void
line string
리턴 void