Méthode | Description | |
---|---|---|
InstallTaskForceRadio ( IAbsoluteFilePath fi, IAbsoluteDirectoryPath path, bool force ) : void | ||
InstallTs3Plugin ( IAbsoluteFilePath fi, IAbsoluteDirectoryPath path, bool force ) : bool | ||
InstallTs3PluginFolder ( IAbsoluteDirectoryPath di, IAbsoluteDirectoryPath path, bool force ) : void | ||
ModDllInstaller ( LocalMachineInfo lmi, Game game ) : System | ||
ProcessDlls ( IAbsoluteDirectoryPath path, bool force = true ) : bool |
Méthode | Description | |
---|---|---|
CheckForDlls ( IAbsoluteDirectoryPath path ) : IAbsoluteFilePath[] | ||
GetTs3Version ( IAbsoluteDirectoryPath path ) : System.Version | ||
InstallDll ( IAbsoluteFilePath fi, IAbsoluteDirectoryPath destination, string subPath = null, bool force = true ) : bool | ||
InstallFolder ( IAbsoluteDirectoryPath di, IAbsoluteDirectoryPath destination, string subPath, bool force ) : void | ||
ProcessDll ( IAbsoluteFilePath dll, bool force = true ) : void | ||
TryCopyDll ( IAbsoluteFilePath fi, IAbsoluteFilePath fullPath ) : bool | ||
TryCopyFolder ( IAbsoluteDirectoryPath di, IAbsoluteDirectoryPath fullPath, bool force ) : void | ||
TryProcessDll ( bool force, IAbsoluteFilePath dll ) : void |
public static InstallTaskForceRadio ( IAbsoluteFilePath fi, IAbsoluteDirectoryPath path, bool force ) : void | ||
fi | IAbsoluteFilePath | |
path | IAbsoluteDirectoryPath | |
force | bool | |
Résultat | void |
public static InstallTs3Plugin ( IAbsoluteFilePath fi, IAbsoluteDirectoryPath path, bool force ) : bool | ||
fi | IAbsoluteFilePath | |
path | IAbsoluteDirectoryPath | |
force | bool | |
Résultat | bool |
public static InstallTs3PluginFolder ( IAbsoluteDirectoryPath di, IAbsoluteDirectoryPath path, bool force ) : void | ||
di | IAbsoluteDirectoryPath | |
path | IAbsoluteDirectoryPath | |
force | bool | |
Résultat | void |
public ModDllInstaller ( LocalMachineInfo lmi, Game game ) : System | ||
lmi | LocalMachineInfo | |
game | Game | |
Résultat | System |
public ProcessDlls ( IAbsoluteDirectoryPath path, bool force = true ) : bool | ||
path | IAbsoluteDirectoryPath | |
force | bool | |
Résultat | bool |