C# 클래스 FC3Editor.Program

파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 프로퍼티들

프로퍼티 타입 설명
programGuid string

공개 메소드들

메소드 설명
GetMapArgument ( ) : string
HasArgument ( string key ) : bool
Run ( bool engineRunning, string initMapPath ) : void

비공개 메소드들

메소드 설명
Main ( ) : void
OpenExistingAppCallback ( IntPtr hWnd, IntPtr lParam ) : bool

메소드 상세

GetMapArgument() 공개 정적인 메소드

public static GetMapArgument ( ) : string
리턴 string

HasArgument() 공개 정적인 메소드

public static HasArgument ( string key ) : bool
key string
리턴 bool

Run() 공개 정적인 메소드

public static Run ( bool engineRunning, string initMapPath ) : void
engineRunning bool
initMapPath string
리턴 void

프로퍼티 상세

programGuid 공개적으로 정적으로 프로퍼티

public static string programGuid
리턴 string