C# Класс Nexus.Client.Games.Gamebryo.Updating.PluginSorterUpdater

Updates LOOT's files.
This updater is currently limited to updating the masterlist. The LOOT API DLLs are currently only distributed with each programme build.
Наследование: Nexus.Client.Updating.UpdaterBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PluginSorterUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, PluginSorter p_lstSorter ) : 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.

Описание методов

PluginSorterUpdater() публичный Метод

A simple constructor that initializes the object with the given values.
public PluginSorterUpdater ( IEnvironmentInfo p_eifEnvironmentInfo, PluginSorter p_lstSorter ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_lstSorter Nexus.Client.Games.Gamebryo.PluginManagement.Sorter.PluginSorter The PluginSorter instance to use to set plugin order.
Результат System

Update() публичный Метод

Performs the update.
public Update ( ) : bool
Результат bool