C# Класс Nexus.Client.ModManagement.InstallerGroup

This groups together the installers need to install mods.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

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

InstallerGroup() публичный Метод

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.
Результат Nexus.Client.ModManagement.Scripting