C# Class SoundSwitch.Framework.Updater.UpdateChecker

Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Свойство Type Description
UpdateAvailable EventHandler

Méthodes publiques

Méthode Description
CheckForUpdate ( ) : void

Check for update

UpdateChecker ( Uri releaseUrl ) : System
UpdateChecker ( Uri releaseUrl, bool checkBeta ) : System

Private Methods

Méthode Description
DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
ProcessRelease ( SoundSwitch.Framework.Updater.GitHubRelease serverRelease ) : bool

Method Details

CheckForUpdate() public méthode

Check for update
public CheckForUpdate ( ) : void
Résultat void

UpdateChecker() public méthode

public UpdateChecker ( Uri releaseUrl ) : System
releaseUrl System.Uri
Résultat System

UpdateChecker() public méthode

public UpdateChecker ( Uri releaseUrl, bool checkBeta ) : System
releaseUrl System.Uri
checkBeta bool
Résultat System

Property Details

UpdateAvailable public_oe property

public EventHandler UpdateAvailable
Résultat EventHandler