C# 클래스 Nexus.Client.ModManagement.InstallationLog.Upgraders.Upgrade0200Task

Upgrades the Install Log to the current version from version 0.2.0.0.
상속: UpgradeTask
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

보호된 메소드들

메소드 설명
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