Method | Description | |
---|---|---|
CoreBootArguments ( ) : string | ||
GameDefinitionFileBin ( ) : string | ||
GameIconFile ( ) : string | ||
GameSystemIconFile ( ) : string | ||
GamesManagerBootArguments ( string gameUpdate, string gameUpdateHash, string frameworkUpdate, string frameworkUpdateHash ) : string | ||
InitGameDirectory ( string gameDirOverride ) : void | ||
InitUpdaterDirectories ( ) : void | ||
InitUserDirectory ( string gameUid, bool useApplicationRoot ) : void | ||
UninitUserDirectory ( ) : void | ||
UserGameLastUpdateFile ( ) : string | ||
UserStatistics ( ) : string |
public static GameDefinitionFileBin ( ) : string | ||
return | string |
public static GameSystemIconFile ( ) : string | ||
return | string |
public static GamesManagerBootArguments ( string gameUpdate, string gameUpdateHash, string frameworkUpdate, string frameworkUpdateHash ) : string | ||
gameUpdate | string | |
gameUpdateHash | string | |
frameworkUpdate | string | |
frameworkUpdateHash | string | |
return | string |
public static InitGameDirectory ( string gameDirOverride ) : void | ||
gameDirOverride | string | |
return | void |
public static InitUpdaterDirectories ( ) : void | ||
return | void |
public static InitUserDirectory ( string gameUid, bool useApplicationRoot ) : void | ||
gameUid | string | |
useApplicationRoot | bool | |
return | void |
public static UserGameLastUpdateFile ( ) : string | ||
return | string |