C# Class RiotControl.Program

Inheritance: IGlobalHandler
Afficher le fichier Open project: epicvrvs/RiotControl

Méthodes publiques

Méthode 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

Méthode Description
Main ( string arguments ) : void
Terminate ( ) : void

Method Details

DownloadCompleted() public méthode

public DownloadCompleted ( ) : void
Résultat void

DownloadError() public méthode

public DownloadError ( Exception exception ) : void
exception System.Exception
Résultat void

DownloadProgressUpdate() public méthode

public DownloadProgressUpdate ( DownloadProgressChangedEventArgs arguments ) : void
arguments DownloadProgressChangedEventArgs
Résultat void

DumpAndTerminate() public static méthode

public static DumpAndTerminate ( Exception exception ) : void
exception System.Exception
Résultat void

HandleException() public méthode

public HandleException ( Exception exception ) : void
exception System.Exception
Résultat void

Program() public méthode

public Program ( ) : System
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

SaveConfiguration() public méthode

public SaveConfiguration ( ) : void
Résultat void

UpdateDetected() public méthode

public UpdateDetected ( int currentRevision, RiotGear.ApplicationVersion newVersion ) : void
currentRevision int
newVersion RiotGear.ApplicationVersion
Résultat void

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void