C# Class Yaircc.Net.ProgramUpdate

Represents an update available for the application.
ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method 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

Method Description
Parse ( string xml ) : bool

Parse the XML into the ProgramUpdate.

Method Details

Fetch() public method

Fetch the information on the latest version of yaircc.
public Fetch ( ) : bool
return bool

FetchReleaseNotes() public method

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.
return bool

ProgramUpdate() public method

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