C# Class OpenGame.RuntimeConfiguration

Afficher le fichier Open project: avarisc/OpenGame.exe Class Usage Examples

Méthodes publiques

Méthode Description
GetDataPath ( ) : string
GetDefaultResolutionHeight ( ) : int
GetDefaultResolutionWidth ( ) : int
GetGameTitle ( ) : string
GetRGSSVersion ( ) : int
GetResourcePaths ( ) : string[]
IsDebug ( ) : bool
IsPlayTest ( ) : bool
IsWindowsOS ( ) : bool
RuntimeConfiguration ( string parameters ) : System

Private Methods

Méthode Description
AllocConsole ( ) : bool
CheckIfWindowsOS ( ) : bool
FindRTPs ( ) : void
GetAssemblyLocation ( ) : string
GetConsoleWindow ( ) : IntPtr
ReadGameTitle ( ) : string
ReadRGSSVersion ( ) : int
ResolvePath ( string path ) : string
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

GetDataPath() public méthode

public GetDataPath ( ) : string
Résultat string

GetDefaultResolutionHeight() public méthode

public GetDefaultResolutionHeight ( ) : int
Résultat int

GetDefaultResolutionWidth() public méthode

public GetDefaultResolutionWidth ( ) : int
Résultat int

GetGameTitle() public méthode

public GetGameTitle ( ) : string
Résultat string

GetRGSSVersion() public méthode

public GetRGSSVersion ( ) : int
Résultat int

GetResourcePaths() public méthode

public GetResourcePaths ( ) : string[]
Résultat string[]

IsDebug() public méthode

public IsDebug ( ) : bool
Résultat bool

IsPlayTest() public méthode

public IsPlayTest ( ) : bool
Résultat bool

IsWindowsOS() public méthode

public IsWindowsOS ( ) : bool
Résultat bool

RuntimeConfiguration() public méthode

public RuntimeConfiguration ( string parameters ) : System
parameters string
Résultat System