C# 클래스 Nexus.Client.ModManagement.InstallerGroup

This groups together the installers need to install mods.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

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