C# Class Yaircc.Net.ProgramUpdate

Represents an update available for the application.
Afficher le fichier Open project: rastating/yaircc Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Parse ( string xml ) : bool

Parse the XML into the ProgramUpdate.

Method Details

Fetch() public méthode

Fetch the information on the latest version of yaircc.
public Fetch ( ) : bool
Résultat bool

FetchReleaseNotes() public méthode

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.
Résultat bool

ProgramUpdate() public méthode

Initialises a new instance of the Yaircc.Net.ProgramUpdate class.
public ProgramUpdate ( ) : System
Résultat System