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

Inheritance: GTAGame
ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GTA5Game ( System.Guid id, GTA5GameSettings settings ) : System

Protected Methods

Method 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

Method Description
GetDefaultRockstarDirectory ( ) : IAbsoluteDirectoryPath
GetProgramFiles64 ( ) : IAbsoluteDirectoryPath

Method Details

ConfirmInstall() protected method

protected ConfirmInstall ( ) : void
return void

ConfirmLaunch() protected method

protected ConfirmLaunch ( ) : void
return void

GTA5Game() protected method

protected GTA5Game ( System.Guid id ) : System
id System.Guid
return System

GTA5Game() public method

public GTA5Game ( System.Guid id, GTA5GameSettings settings ) : System
id System.Guid
settings GTA5GameSettings
return System

GetDefaultDirectory() protected method

protected GetDefaultDirectory ( ) : IAbsoluteDirectoryPath
return IAbsoluteDirectoryPath

HandleBackups() protected method

protected HandleBackups ( ) : void
return void

InstallImpl() protected method

protected InstallImpl ( IContentInstallationService installationService, IDownloadContentAction action ) : System.Threading.Tasks.Task
installationService IContentInstallationService
action IDownloadContentAction
return System.Threading.Tasks.Task

RestoreFileFromBackup() protected method

protected RestoreFileFromBackup ( IAbsoluteDirectoryPath backupDir, string fileName ) : void
backupDir IAbsoluteDirectoryPath
fileName string
return void