Namespace HeBianGu.Systems.Upgrade
Classes
- 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.
- 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.
- UpgradeWindow
UpgradeWindow.xaml 的交互逻辑
Interfaces
- IAuthentication
Interface for authentication
- IPersistenceProvider
Provides a mechanism for storing AutoUpdater state between sessions.
Enums
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.