C# 클래스 Nexus.Client.Updating.ProgrammeUpdater

Updates the programme.
상속: UpdaterBase
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
ProgrammeUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, bool p_booIsAutoCheck ) : System

A simple constructor that initializes the object with the given values.

Update ( ) : bool

Performs the update.

비공개 메소드들

메소드 설명
CancelUpdate ( ) : bool

Cancels the update.

This is a convience method that allows the setting of the message and the determination of the return value in one call.

GetNewProgrammeVersion ( string &p_strDownloadUri ) : System.Version

Gets the newest available programme version.

메소드 상세

ProgrammeUpdater() 공개 메소드

A simple constructor that initializes the object with the given values.
public ProgrammeUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, bool p_booIsAutoCheck ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_booIsAutoCheck bool Whether the check is automatic or user requested.
리턴 System

Update() 공개 메소드

Performs the update.
public Update ( ) : bool
리턴 bool