C# Класс Gallatin.Service.Update.AutoUpdater

This class is responsible for checking for updates compared against installed assemblies and downloading new content
Показать файл Открыть проект

Открытые методы

Метод Описание
CheckForUpdates ( IManifestProvider manifestProvider ) : bool

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

Приватные методы

Метод Описание
ParseXmlToList ( List availableVersions, System.Xml.Linq.XDocument manifest ) : void
RenameExecutingExecutables ( ) : void
RevertExecutableNamesIfNotUpdated ( ) : bool

Описание методов

CheckForUpdates() публичный статический Метод

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
Результат bool