C# Class ClientLauncher.Patcher

Inheritance: IDisposable
Afficher le fichier Open project: swganhtools/swganhclientlauncher

Private Properties

Свойство Type Description
CopyRequiredFiles void
Dispose void
FinishedGettingTRE void

Méthodes publiques

Méthode Description
Dispose ( ) : void
MessageBoxOK ( object sender, EventArgs e ) : void
PatchClient ( ServerInfo theServerInfo ) : void

Asynnchronously checks the files and compares them against the set of standard MD5 checksums

Patcher ( TextVariables theVariables, UserPreferences theUserPreferences ) : System

Private Methods

Méthode Description
CopyRequiredFiles ( ServerInfo theServer ) : void
Dispose ( bool dispose ) : void
FinishedGettingTRE ( IAsyncResult theResult ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MessageBoxOK() public méthode

public MessageBoxOK ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

PatchClient() public méthode

Asynnchronously checks the files and compares them against the set of standard MD5 checksums
public PatchClient ( ServerInfo theServerInfo ) : void
theServerInfo ServerInfo ServerInfo onject of the server to patch for
Résultat void

Patcher() public méthode

public Patcher ( TextVariables theVariables, UserPreferences theUserPreferences ) : System
theVariables TextVariables
theUserPreferences UserPreferences
Résultat System