C# Class everadix.BuildInfo

显示文件 Open project: stschake/everadix

Public Methods

Method Description
DownloadCode ( bool verbose = false ) : byte[]

Downloads the current compiled.code package

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

Private Methods

Method 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 method

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

SelectByHighestBuild() public static method

public static SelectByHighestBuild ( bool verbose = false ) : EVEServer
verbose bool
return EVEServer

Update() public static method

public static Update ( EVEServer server ) : void
server EVEServer
return void