C# Class withSIX.Mini.Plugin.GTA.Models.GTA5Game

Inheritance: GTAGame
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
GTA5Game ( System.Guid id, GTA5GameSettings settings ) : System

Méthodes protégées

Méthode Description
ConfirmInstall ( ) : void
ConfirmLaunch ( ) : void
GTA5Game ( System.Guid id ) : System
GetDefaultDirectory ( ) : IAbsoluteDirectoryPath
HandleBackups ( ) : void
InstallImpl ( IContentInstallationService installationService, IDownloadContentAction action ) : System.Threading.Tasks.Task
RestoreFileFromBackup ( IAbsoluteDirectoryPath backupDir, string fileName ) : void

Private Methods

Méthode Description
GetDefaultRockstarDirectory ( ) : IAbsoluteDirectoryPath
GetProgramFiles64 ( ) : IAbsoluteDirectoryPath

Method Details

ConfirmInstall() protected méthode

protected ConfirmInstall ( ) : void
Résultat void

ConfirmLaunch() protected méthode

protected ConfirmLaunch ( ) : void
Résultat void

GTA5Game() protected méthode

protected GTA5Game ( System.Guid id ) : System
id System.Guid
Résultat System

GTA5Game() public méthode

public GTA5Game ( System.Guid id, GTA5GameSettings settings ) : System
id System.Guid
settings GTA5GameSettings
Résultat System

GetDefaultDirectory() protected méthode

protected GetDefaultDirectory ( ) : IAbsoluteDirectoryPath
Résultat IAbsoluteDirectoryPath

HandleBackups() protected méthode

protected HandleBackups ( ) : void
Résultat void

InstallImpl() protected méthode

protected InstallImpl ( IContentInstallationService installationService, IDownloadContentAction action ) : System.Threading.Tasks.Task
installationService IContentInstallationService
action IDownloadContentAction
Résultat System.Threading.Tasks.Task

RestoreFileFromBackup() protected méthode

protected RestoreFileFromBackup ( IAbsoluteDirectoryPath backupDir, string fileName ) : void
backupDir IAbsoluteDirectoryPath
fileName string
Résultat void