C# 클래스 withSIX.ContentEngine.Infra.Services.GameFolderService

상속: IGameFolderService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
InstallDllPlugin ( IContentEngineGame game, IContentEngineContent content, string plugin, bool force = false ) : void

비공개 메소드들

메소드 설명
InstallDll ( IAbsoluteFilePath pluginPath, IAbsoluteDirectoryPath gamePluginFolder, bool force = true ) : bool
InstallPlugin ( IAbsoluteDirectoryPath gamePath, IContentEngineContent mod, string plugin, bool force ) : bool
TryCopyDll ( IAbsoluteFilePath fi, IAbsoluteFilePath fullPath ) : bool
TryInstallPlugin ( IAbsoluteDirectoryPath gamePath, IContentEngineContent mod, string plugin, bool force ) : bool

메소드 상세

InstallDllPlugin() 공개 메소드

public InstallDllPlugin ( IContentEngineGame game, IContentEngineContent content, string plugin, bool force = false ) : void
game IContentEngineGame
content IContentEngineContent
plugin string
force bool
리턴 void