C# Class Nexus.Client.Games.Gamebryo.Updating.BossUpdater

Updates BOSS's files.
This updater is currently limited to updating the masterlist. The BAPI DLLs are currently only distributed with each programme build.
Inheritance: Nexus.Client.Updating.UpdaterBase
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
BossUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, BossSorter p_bstBoss ) : System

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

Update ( ) : bool

Performs the update.

Private Methods

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

Method Details

BossUpdater() public méthode

A simple constructor that initializes the object with the given values.
public BossUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, BossSorter p_bstBoss ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_bstBoss Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossSorter The BOSS instance to use to set plugin order.
Résultat System

Update() public méthode

Performs the update.
public Update ( ) : bool
Résultat bool