C# Class Nexus.Client.ModManagement.InstallerGroup

This groups together the installers need to install mods.
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
InstallerGroup ( IDataFileUtil p_dfuDataFileUtility, IModFileInstaller p_mfiFileInstaller, IIniInstaller p_iniIniInstaller, IGameSpecificValueInstaller p_gviGameSpecificValueInstaller, IPluginManager p_pmgPluginManager ) : Nexus.Client.ModManagement.Scripting

A sinmple constructor that initializes the object with the given values.

Method Details

InstallerGroup() public method

A sinmple constructor that initializes the object with the given values.
public InstallerGroup ( IDataFileUtil p_dfuDataFileUtility, IModFileInstaller p_mfiFileInstaller, IIniInstaller p_iniIniInstaller, IGameSpecificValueInstaller p_gviGameSpecificValueInstaller, IPluginManager p_pmgPluginManager ) : Nexus.Client.ModManagement.Scripting
p_dfuDataFileUtility IDataFileUtil The utility class to use to work with data files.
p_mfiFileInstaller IModFileInstaller The installer to use to install files.
p_iniIniInstaller IIniInstaller The installer to use to install INI values.
p_gviGameSpecificValueInstaller IGameSpecificValueInstaller The installer to use to install game specific values.
p_pmgPluginManager IPluginManager The manager to use to manage plugins.
return Nexus.Client.ModManagement.Scripting