C# 클래스 Yaircc.Net.ProgramUpdate

Represents an update available for the application.
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
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