C# Class ClientLauncher.Patcher

Inheritance: IDisposable
Mostrar archivo Open project: swganhtools/swganhclientlauncher

Private Properties

Property Type Description
CopyRequiredFiles void
Dispose void
FinishedGettingTRE void

Public Methods

Method 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

Method Description
CopyRequiredFiles ( ServerInfo theServer ) : void
Dispose ( bool dispose ) : void
FinishedGettingTRE ( IAsyncResult theResult ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MessageBoxOK() public method

public MessageBoxOK ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

PatchClient() public method

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
return void

Patcher() public method

public Patcher ( TextVariables theVariables, UserPreferences theUserPreferences ) : System
theVariables TextVariables
theUserPreferences UserPreferences
return System