메소드 | 설명 | |
---|---|---|
Upgrade ( string p_strLogPath, string p_strModInstallDirectory, ModRegistry p_mdrManagedModRegistry ) : void |
Called to perform the upgrade. Sets up the resources required to upgrade the install log. |
메소드 | 설명 | |
---|---|---|
DoWork ( object p_objArgs ) : object |
Performs the actual upgrade.
|
|
UpgradeInstallLog ( string p_strLogPath, string p_strModInstallDirectory, ModRegistry p_mrgModRegistry ) : void |
Upgrades the install log.
|
protected DoWork ( object p_objArgs ) : object | ||
p_objArgs | object | The task arguments. |
리턴 | object |
public Upgrade ( string p_strLogPath, string p_strModInstallDirectory, ModRegistry p_mdrManagedModRegistry ) : 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_mdrManagedModRegistry | ModRegistry | The |
리턴 | void |
protected abstract 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 |
리턴 | void |