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
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

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