C# Класс Nexus.Client.ModManagement.ModDeleter

This deletes mods.
Наследование: Nexus.Client.ModManagement.ModUninstaller
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ModDeleter ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, IInstallLog p_ilgModInstallLog, IPluginManager p_pmgPluginManager, ReadOnlyObservableList p_rolActiveMods ) : System

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

Защищенные методы

Метод Описание
DeleteModFile ( IMod p_modMod ) : void

Deletes the given mod file.

This deletes the physical mod file.

OnTaskSetCompleted ( TaskSetCompletedEventArgs e ) : void

Raises the IBackgroundTaskSet.TaskSetCompleted event.

This changes the message to reflect that fact that we are deleting the mod.

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

DeleteModFile() защищенный Метод

Deletes the given mod file.
This deletes the physical mod file.
protected DeleteModFile ( IMod p_modMod ) : void
p_modMod IMod The mod to delete.
Результат void

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

A simple constructor that initializes the object with the given values.
public ModDeleter ( IMod p_modMod, IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo, IInstallLog p_ilgModInstallLog, IPluginManager p_pmgPluginManager, ReadOnlyObservableList p_rolActiveMods ) : System
p_modMod IMod The mod being installed.
p_gmdGameMode IGameMode The current game mode.
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_ilgModInstallLog IInstallLog The install log that tracks mod install info /// for the current game mode
p_pmgPluginManager IPluginManager The plugin manager.
p_rolActiveMods ReadOnlyObservableList The list of active mods.
Результат System

OnTaskSetCompleted() защищенный Метод

Raises the IBackgroundTaskSet.TaskSetCompleted event.
This changes the message to reflect that fact that we are deleting the mod.
protected OnTaskSetCompleted ( TaskSetCompletedEventArgs e ) : void
e Nexus.Client.BackgroundTasks.TaskSetCompletedEventArgs A describing the event arguments.
Результат void