C# Class Octgn.Online.GameService.SasUpdater

Inheritance: IDisposable
Afficher le fichier Open project: octgn/OCTGN

Private Properties

Свойство Type Description
CheckForUpdatesTimerOnElapsed void
GetLatestPackage IPackage
IsComplete bool
IsVersion bool
LocalLatestVersion System.Version
SasUpdater System

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( ) : void

Private Methods

Méthode Description
CheckForUpdatesTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
GetLatestPackage ( ) : IPackage
IsComplete ( DirectoryInfo dir ) : bool
IsVersion ( string str ) : bool
LocalLatestVersion ( ) : System.Version
SasUpdater ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void