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

Performs a standard mod uninstallation.
A basic uninstall uninstalls all of the changes made when the mod was installed.
Наследование: BackgroundTask
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
strPopupErrorMessageType string

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

Метод Описание
BasicUninstallTask ( IMod p_modMod, InstallerGroup p_igpInstallers, IInstallLog p_ilgModInstallLog, IGameMode p_gmdGameMode, ReadOnlyObservableList p_rolActiveMods ) : System

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

Execute ( ) : bool

Runs the uninstall task.

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

Метод Описание
UninstallFiles ( ) : bool

Performs the actual uninstallation.

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

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

A simple constructor that initializes the object with the given values.
public BasicUninstallTask ( IMod p_modMod, InstallerGroup p_igpInstallers, IInstallLog p_ilgModInstallLog, IGameMode p_gmdGameMode, ReadOnlyObservableList p_rolActiveMods ) : System
p_modMod IMod The mod being installed.
p_igpInstallers InstallerGroup The utility class to use to install the mod items.
p_ilgModInstallLog IInstallLog The install log that tracks mod install info /// for the current game mode
p_gmdGameMode IGameMode The the current game mode.
p_rolActiveMods ReadOnlyObservableList The list of active mods.
Результат System

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

Runs the uninstall task.
public Execute ( ) : bool
Результат bool

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

Performs the actual uninstallation.
protected UninstallFiles ( ) : bool
Результат bool

Описание свойств

strPopupErrorMessageType публичное свойство

public string strPopupErrorMessageType
Результат string