Méthode | Description | |
---|---|---|
EditIni ( string p_strSettingsFileName, string p_strSection, string p_strKey, string p_strValue ) : bool |
Sets the specified value in the specified Ini file to the given value.
|
|
FinalizeInstall ( ) : void |
Finalizes the installation of the values.
|
|
GetIniInt ( string p_strSettingsFileName, string p_strSection, string p_strKey ) : |
Retrieves the specified settings value as an integer.
|
|
GetIniString ( string p_strSettingsFileName, string p_strSection, string p_strKey ) : string |
Retrieves the specified settings value as a string.
|
|
IniInstaller ( IMod p_modMod, IInstallLog p_ilgInstallLog, |
A simple constructor that initializes the object with its dependencies.
|
|
UneditIni ( string p_strSettingsFileName, string p_strSection, string p_strKey ) : void |
Undoes the edit made to the spcified key.
|
public EditIni ( string p_strSettingsFileName, string p_strSection, string p_strKey, string p_strValue ) : bool | ||
p_strSettingsFileName | string | The name of the settings file to edit. |
p_strSection | string | The section in the Ini file to edit. |
p_strKey | string | The key in the Ini file to edit. |
p_strValue | string | The value to which to set the key. |
Résultat | bool |
public GetIniInt ( string p_strSettingsFileName, string p_strSection, string p_strKey ) : |
||
p_strSettingsFileName | string | The name of the settings file from which to retrieve the value. |
p_strSection | string | The section containing the value to retrieve. |
p_strKey | string | The key of the value to retrieve. |
Résultat |
public GetIniString ( string p_strSettingsFileName, string p_strSection, string p_strKey ) : string | ||
p_strSettingsFileName | string | The name of the settings file from which to retrieve the value. |
p_strSection | string | The section containing the value to retrieve. |
p_strKey | string | The key of the value to retrieve. |
Résultat | string |
public IniInstaller ( IMod p_modMod, IInstallLog p_ilgInstallLog, |
||
p_modMod | IMod | The mod being installed. |
p_ilgInstallLog | IInstallLog | The install log to use to log file installations. |
p_tfmFileManager | The transactional file manager to use to interact with the file system. | |
p_dlgOverwriteConfirmationDelegate | ConfirmItemOverwriteDelegate | The method to call in order to confirm an overwrite. |
Résultat | System |
public UneditIni ( string p_strSettingsFileName, string p_strSection, string p_strKey ) : void | ||
p_strSettingsFileName | string | The name of the settings file to unedit. |
p_strSection | string | The section in the Ini file to unedit. |
p_strKey | string | The key in the Ini file to unedit. |
Résultat | void |