C# Class everadix.BuildInfo

Afficher le fichier Open project: stschake/everadix

Méthodes publiques

Méthode Description
DownloadCode ( bool verbose = false ) : byte[]

Downloads the current compiled.code package

SelectByHighestBuild ( bool verbose = false ) : EVEServer
Update ( EVEServer server ) : void

Private Methods

Méthode Description
HandleDownloadCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
HandleDownloadProgress ( object sender, DownloadProgressChangedEventArgs e ) : void
UpdateInternal ( EVEServer server, int &serverBuild, int &clientBuild, string &codePackageURL ) : bool

Method Details

DownloadCode() public static méthode

Downloads the current compiled.code package
public static DownloadCode ( bool verbose = false ) : byte[]
verbose bool
Résultat byte[]

SelectByHighestBuild() public static méthode

public static SelectByHighestBuild ( bool verbose = false ) : EVEServer
verbose bool
Résultat EVEServer

Update() public static méthode

public static Update ( EVEServer server ) : void
server EVEServer
Résultat void