C# Класс Yaircc.Net.ProgramUpdate

Represents an update available for the application.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Fetch ( ) : bool

Fetch the information on the latest version of yaircc.

FetchReleaseNotes ( System.Version version ) : bool

Fetches and parses the release notes from the user's version up to this version.

ProgramUpdate ( ) : System

Initialises a new instance of the Yaircc.Net.ProgramUpdate class.

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

Метод Описание
Parse ( string xml ) : bool

Parse the XML into the ProgramUpdate.

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

Fetch() публичный Метод

Fetch the information on the latest version of yaircc.
public Fetch ( ) : bool
Результат bool

FetchReleaseNotes() публичный Метод

Fetches and parses the release notes from the user's version up to this version.
public FetchReleaseNotes ( System.Version version ) : bool
version System.Version The version of the current executable.
Результат bool

ProgramUpdate() публичный Метод

Initialises a new instance of the Yaircc.Net.ProgramUpdate class.
public ProgramUpdate ( ) : System
Результат System