C# Class withSIX.ContentEngine.Infra.Services.GameFolderService

Inheritance: IGameFolderService
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
InstallDllPlugin ( IContentEngineGame game, IContentEngineContent content, string plugin, bool force = false ) : void

Private Methods

Method Description
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

Method Details

InstallDllPlugin() public method

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