C# Класс OpenGame.RuntimeConfiguration

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetDataPath ( ) : string
GetDefaultResolutionHeight ( ) : int
GetDefaultResolutionWidth ( ) : int
GetGameTitle ( ) : string
GetRGSSVersion ( ) : int
GetResourcePaths ( ) : string[]
IsDebug ( ) : bool
IsPlayTest ( ) : bool
IsWindowsOS ( ) : bool
RuntimeConfiguration ( string parameters ) : System

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

Метод Описание
AllocConsole ( ) : bool
CheckIfWindowsOS ( ) : bool
FindRTPs ( ) : void
GetAssemblyLocation ( ) : string
GetConsoleWindow ( ) : IntPtr
ReadGameTitle ( ) : string
ReadRGSSVersion ( ) : int
ResolvePath ( string path ) : string
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

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

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

public GetDataPath ( ) : string
Результат string

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

public GetDefaultResolutionHeight ( ) : int
Результат int

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

public GetDefaultResolutionWidth ( ) : int
Результат int

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

public GetGameTitle ( ) : string
Результат string

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

public GetRGSSVersion ( ) : int
Результат int

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

public GetResourcePaths ( ) : string[]
Результат string[]

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

public IsDebug ( ) : bool
Результат bool

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

public IsPlayTest ( ) : bool
Результат bool

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

public IsWindowsOS ( ) : bool
Результат bool

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

public RuntimeConfiguration ( string parameters ) : System
parameters string
Результат System