C# 클래스 UlteriusServer.Ulterius

파일 보기 프로젝트 열기: Ulterius/server 1 사용 예제들

공개 메소드들

메소드 설명
Start ( bool serviceMode = false ) : void

비공개 메소드들

메소드 설명
GetConsoleWindow ( ) : IntPtr
HideWindow ( ) : void

Hide the console window from the user

SetProcessDPIAware ( ) : bool
Setup ( ) : void

Starts various parts of the server than loop to keep everything alive.

ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

메소드 상세

Start() 공개 메소드

public Start ( bool serviceMode = false ) : void
serviceMode bool
리턴 void