C# Class Network_Manager.VersionInfo

Afficher le fichier Open project: SortByte/Network-Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
MainModule UpdateInfo

Méthodes publiques

Méthode Description
CheckForUpdates ( bool showMsg ) : void

Updates VersionInfo fields by checking online

Save ( ) : void
VersionInfo ( ) : System

Parameterless constructor for XML serialization

Private Methods

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

Method Details

CheckForUpdates() public méthode

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

Save() public méthode

public Save ( ) : void
Résultat void

VersionInfo() public méthode

Parameterless constructor for XML serialization
public VersionInfo ( ) : System
Résultat System

Property Details

MainModule public_oe property

public UpdateInfo MainModule
Résultat UpdateInfo