C# Class SimpleEpub2.AutoUpdater.AutoUpdateXml

Contains update information
Exibir arquivo Open project: henryxrl/SimpleEpub2 Class Usage Examples

Private Properties

Property Type Description
AutoUpdateXml System
ExistsOnServer System.Boolean
IsNewerThan System.Boolean
Parse AutoUpdateXml

Private Methods

Method Description
AutoUpdateXml ( System.Version version, Uri uri, String fileName, String md5, String description, String launchArgs ) : System

Creates a new AutoUpdateXml object

ExistsOnServer ( Uri location ) : System.Boolean

Checks the Uri to make sure file exist

IsNewerThan ( System.Version version ) : System.Boolean

Checks if update's version is newer than the old version

Parse ( Uri location, String appID ) : AutoUpdateXml

Parses the update.xml into AutoUpdateXml object