C# Класс Nexus.Client.ModManagement.InstallationLog.Upgraders.Upgrade0200Task

Upgrades the Install Log to the current version from version 0.2.0.0.
Наследование: UpgradeTask
Показать файл Открыть проект

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

Метод Описание
UpgradeInstallLog ( string p_strLogPath, string p_strModInstallDirectory, ModRegistry p_mrgModRegistry ) : void

Upgrades the install log.

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

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

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.
Результат void