C# Class withSIX.Play.Core.Games.Legacy.Mods.SixSyncModInstaller

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ConvertOrInstallOrUpdateInternal ( IAbsoluteDirectoryPath path, bool force, StatusRepo statusRepo, ModState modState, IAbsoluteDirectoryPath packPath ) : System.Threading.Tasks.Task
SixSyncModInstaller ( IMod mod, ModState state ) : System

Private Methods

Méthode Description
Convert ( object>.Dictionary options ) : Repository
GetHosts ( ) : System.Uri[]
GetMaxThreads ( ) : int
GetOptions ( StatusRepo status, string packPath = null, bool allowFallback = false ) : object>.Dictionary
Install ( object>.Dictionary options ) : Task
Update ( object>.Dictionary options, Repository repo = null, bool localOnly = false ) : System.Threading.Tasks.Task

Method Details

ConvertOrInstallOrUpdateInternal() public méthode

public ConvertOrInstallOrUpdateInternal ( IAbsoluteDirectoryPath path, bool force, StatusRepo statusRepo, ModState modState, IAbsoluteDirectoryPath packPath ) : System.Threading.Tasks.Task
path IAbsoluteDirectoryPath
force bool
statusRepo StatusRepo
modState ModState
packPath IAbsoluteDirectoryPath
Résultat System.Threading.Tasks.Task

SixSyncModInstaller() public méthode

public SixSyncModInstaller ( IMod mod, ModState state ) : System
mod IMod
state ModState
Résultat System