C# Class Nexus.Client.ModManagement.InstallationLog.Upgraders.Upgrade0400Task

Upgrades the Install Log to the current version from version 0.4.0.0.
Inheritance: UpgradeTask
Mostra file Open project: NexusMods/NexusModManager-4.5

Protected Methods

Method Description
UpgradeInstallLog ( string p_strLogPath, string p_strModInstallDirectory, ModRegistry p_mrgModRegistry ) : void

Upgrades the install log.

Method Details

UpgradeInstallLog() protected method

Upgrades the install log.
protected UpgradeInstallLog ( string p_strLogPath, string p_strModInstallDirectory, ModRegistry p_mrgModRegistry ) : void
p_strLogPath string The path from which to load the install log information.
p_strModInstallDirectory string The path of the directory where all of the mods are installed.
p_mrgModRegistry ModRegistry The that contains the list /// of managed mods.
return void