C# 클래스 XCom.MiscInfo

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
GetConsoleArgs ( ) : ConsoleArgs
MiscInfo ( ) : System
MiscInfo ( Stream s, VarCollection v ) : System
SetCursor ( string path ) : void
this ( string keyword ) : string

메소드 상세

GetConsoleArgs() 공개 메소드

public GetConsoleArgs ( ) : ConsoleArgs
리턴 ConsoleArgs

MiscInfo() 공개 메소드

public MiscInfo ( ) : System
리턴 System

MiscInfo() 공개 메소드

public MiscInfo ( Stream s, VarCollection v ) : System
s Stream
v VarCollection
리턴 System

SetCursor() 공개 메소드

public SetCursor ( string path ) : void
path string
리턴 void

this() 공개 메소드

public this ( string keyword ) : string
keyword string
리턴 string