Name |
Description |
AddModDescriptor |
Describes a mod that is being added to the mod manager. |
AddModTask |
Adds, and downloads if required, a mod to the mod manager. |
AddModTask.DownloadProgressState |
Stores the state of a file being downloaded. |
AutoTagger |
Tags mods with metadata retrieved from a mod repository. |
AutoUpdater |
Check for newer versions of the registered mods. |
AutoUpdater.UpdateInfo |
Describes the newest info available for a mod. |
BasicInstallTask |
Performs a standard mod installation. |
BasicUninstallTask |
Performs a standard mod uninstallation. |
CategoryManager |
|
DeactivateMultipleModsTask |
|
IniInstaller |
This installs INI value changes. |
IniMethods |
Provides methods to interact with INI files. |
IniUpgradeInstaller |
This installs Ini edits when a mod is being upgraded. |
InstallerGroup |
This groups together the installers need to install mods. |
ModActivator |
Activates mods. |
ModDeleter |
This deletes mods. |
ModFileInstaller |
This installs mod files. |
ModFileUpgradeInstaller |
This installs mod files when a mod is being upgraded. |
ModInstaller |
This installs mods. |
ModInstallerBase |
The base class for all mod installers. |
ModManager |
The class the encapsulates managing mods. |
ModManager.AddModQueue |
A list of mods that are to be added to the mod manager. |
ModMatcher |
Finds matches for a given mod in a given set of mods. |
ModRegistry |
A registry of all mods being managed by the mod manager. |
ModUpdateCheckTask |
|
ModUpgrader |
Installs a mod as an upgrade. |
NexusUrl |
Represents an NXM url. |
PrepareModTask |
Prepares a mod for installation. |
ReadMeManager |
|
ReadMeSetupTask |
|
ToggleUpdateWarningTask |
|