C# Class Network_Manager.VersionInfo

Datei anzeigen Open project: SortByte/Network-Manager Class Usage Examples

Public Properties

Property Type Description
MainModule UpdateInfo

Public Methods

Method Description
CheckForUpdates ( bool showMsg ) : void

Updates VersionInfo fields by checking online

Save ( ) : void
VersionInfo ( ) : System

Parameterless constructor for XML serialization

Private Methods

Method Description
Update ( ) : void
UpdateMainModule_Callback ( bool success, string fileName ) : void
client_OpenReadCompleted ( object sender, OpenReadCompletedEventArgs e ) : void

Method Details

CheckForUpdates() public method

Updates VersionInfo fields by checking online
public CheckForUpdates ( bool showMsg ) : void
showMsg bool Indicates wheter the check up is done verbose or quiet
return void

Save() public method

public Save ( ) : void
return void

VersionInfo() public method

Parameterless constructor for XML serialization
public VersionInfo ( ) : System
return System

Property Details

MainModule public_oe property

public UpdateInfo MainModule
return UpdateInfo