C# Класс SimpleEpub2.AutoUpdater.AutoUpdateXml

Contains update information
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AutoUpdateXml System
ExistsOnServer System.Boolean
IsNewerThan System.Boolean
Parse AutoUpdateXml

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

Метод Описание
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