C# 클래스 OpenGame.RuntimeConfiguration

파일 보기 프로젝트 열기: avarisc/OpenGame.exe 1 사용 예제들

공개 메소드들

메소드 설명
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