C# Class Gallatin.Service.Update.AutoUpdater

This class is responsible for checking for updates compared against installed assemblies and downloading new content
Afficher le fichier Open project: williamoneill/Gallatin

Méthodes publiques

Méthode Description
CheckForUpdates ( IManifestProvider manifestProvider ) : bool

Compares the new manifest against the installed files to determine if updates are available

Private Methods

Méthode Description
ParseXmlToList ( List availableVersions, System.Xml.Linq.XDocument manifest ) : void
RenameExecutingExecutables ( ) : void
RevertExecutableNamesIfNotUpdated ( ) : bool

Method Details

CheckForUpdates() public static méthode

Compares the new manifest against the installed files to determine if updates are available
public static CheckForUpdates ( IManifestProvider manifestProvider ) : bool
manifestProvider IManifestProvider Reference to the manifest provider
Résultat bool