C# 클래스 DigglesModManager.Service.ModdingService

Service holding several methods and functions to manipulate the modding status of the wiggles-instance. This service is able to read mods, apply mods to the game files and restores the changes of the mod manager.
파일 보기 프로젝트 열기: cech12/DigglesModManager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChangeFilePrefix string
CopyFileSuffix string

공개 메소드들

메소드 설명
LetsMod ( Mod mod, DirectoryInfo modDirectory, DirectoryInfo gameDirectory, List activeMods ) : bool
ReadModsFromFiles ( List activeMods, ProgressBarManipulator progressBarManipulator ) : void
RememberForRestore ( FileInfo file, string type ) : void
Restore ( ) : void
SaveActiveMods ( List activeMods ) : void

메소드 상세

LetsMod() 공개 메소드

public LetsMod ( Mod mod, DirectoryInfo modDirectory, DirectoryInfo gameDirectory, List activeMods ) : bool
mod Mod
modDirectory System.IO.DirectoryInfo
gameDirectory System.IO.DirectoryInfo
activeMods List
리턴 bool

ReadModsFromFiles() 공개 메소드

public ReadModsFromFiles ( List activeMods, ProgressBarManipulator progressBarManipulator ) : void
activeMods List
progressBarManipulator ProgressBarManipulator
리턴 void

RememberForRestore() 공개 메소드

public RememberForRestore ( FileInfo file, string type ) : void
file System.IO.FileInfo
type string
리턴 void

Restore() 공개 메소드

public Restore ( ) : void
리턴 void

SaveActiveMods() 공개 메소드

public SaveActiveMods ( List activeMods ) : void
activeMods List
리턴 void

프로퍼티 상세

ChangeFilePrefix 공개적으로 정적으로 프로퍼티

public static string ChangeFilePrefix
리턴 string

CopyFileSuffix 공개적으로 정적으로 프로퍼티

public static string CopyFileSuffix
리턴 string