C# Class UlteriusServer.Ulterius

Show file Open project: Ulterius/server Class Usage Examples

Public Methods

Method Description
Start ( bool serviceMode = false ) : void

Private Methods

Method Description
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

Method Details

Start() public method

public Start ( bool serviceMode = false ) : void
serviceMode bool
return void