C# Класс MGDF.GamesManager.Model.GameExplorer

Add/remove Games to the Vista games explorer, if not on vista, the install/uninstall actions do nothing
Наследование: IGameExplorer
Показать файл Открыть проект

Открытые методы

Метод Описание
AddGameTask ( System.Guid guid, TaskCount count, string name, string path, string arguments ) : void
InstallGame ( string gdfBinPath, string gameInstallPath, string gameExecutable, string arguments ) : System.Guid
IsInstalled ( string gdfBinPath ) : bool
UninstallGame ( string gdfBinPath ) : void

Приватные методы

Метод Описание
AddToGameExplorer ( string gdfBinPath, string gameInstallPath, GameInstallScope scope, [ instanceGuid ) : int
CreateTask ( GameInstallScope scope, [ instanceGuid, TaskType taskType, uint count, string name, string path, string arguments ) : int
RemoveFromGameExplorer ( [ instanceGuid ) : int
RemoveTasks ( [ instanceGuid ) : int
RetrieveGUIDForApplication ( string gdfBinPath, System.Guid &instanceGuid ) : int

Описание методов

AddGameTask() публичный Метод

public AddGameTask ( System.Guid guid, TaskCount count, string name, string path, string arguments ) : void
guid System.Guid
count TaskCount
name string
path string
arguments string
Результат void

InstallGame() публичный Метод

public InstallGame ( string gdfBinPath, string gameInstallPath, string gameExecutable, string arguments ) : System.Guid
gdfBinPath string
gameInstallPath string
gameExecutable string
arguments string
Результат System.Guid

IsInstalled() публичный Метод

public IsInstalled ( string gdfBinPath ) : bool
gdfBinPath string
Результат bool

UninstallGame() публичный Метод

public UninstallGame ( string gdfBinPath ) : void
gdfBinPath string
Результат void