C# Class RiotControl.Program

Inheritance: IGlobalHandler
Mostrar archivo Open project: epicvrvs/RiotControl

Public Methods

Method Description
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

Private Methods

Method Description
Main ( string arguments ) : void
Terminate ( ) : void

Method Details

DownloadCompleted() public method

public DownloadCompleted ( ) : void
return void

DownloadError() public method

public DownloadError ( Exception exception ) : void
exception System.Exception
return void

DownloadProgressUpdate() public method

public DownloadProgressUpdate ( DownloadProgressChangedEventArgs arguments ) : void
arguments DownloadProgressChangedEventArgs
return void

DumpAndTerminate() public static method

public static DumpAndTerminate ( Exception exception ) : void
exception System.Exception
return void

HandleException() public method

public HandleException ( Exception exception ) : void
exception System.Exception
return void

Program() public method

public Program ( ) : System
return System

Run() public method

public Run ( ) : void
return void

SaveConfiguration() public method

public SaveConfiguration ( ) : void
return void

UpdateDetected() public method

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

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void