Table of Contents

Namespace HeBianGu.Systems.Upgrade

Classes

AutoUpdateInitService
AutoUpdateService
AutoUpdater

Main class that lets you auto update applications by setting some static fields and executing its Start method.

CheckSum

Checksum class to fetch the XML values for checksum.

CheckUpgradeCommand
DownLoadWindow

DownLoadWindow.xaml 的交互逻辑

Mandatory

Mandatory class to fetch the XML values related to Mandatory field.

MyWebClient

Provides common methods for sending data to and receiving data from a resource identified by a URI.

NetworkAuthentication

Provides credentials for Network Authentication.

ParseUpdateInfoEventArgs

An object of this class contains the AppCast file received from server.

RegistryPersistenceProvider

Provides a mechanism for storing AutoUpdater state between sessions based on storing data on the Windows Registry.

UpdateInfoEventArgs

Object of this class gives you all the details about the update useful in handling the update logic yourself.

UpgradeCommands
UpgradeFlagViewPresenter
UpgradeService
UpgradeSetting
UpgradeViewPresenter
UpgradeWindow

UpgradeWindow.xaml 的交互逻辑

Interfaces

IAuthentication

Interface for authentication

IPersistenceProvider

Provides a mechanism for storing AutoUpdater state between sessions.

IUpgradeSettingOption
IUpgradeViewPresenter

检查更新

IUpgradeViewPresenterOption

Enums

Mode
RemindLaterFormat

Delegates

AutoUpdater.ApplicationExitEventHandler

A delegate type to handle how to exit the application after update is downloaded.

AutoUpdater.CheckForUpdateEventHandler

A delegate type for hooking up update notifications.

AutoUpdater.ParseUpdateInfoHandler

A delegate type for hooking up parsing logic.