C# Class Game.Manager_Main

Mostra file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
cmd Systems.CommandServer
guiActivity System.Windows.Forms.RichTextBox
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
label5 System.Windows.Forms.Label
label6 System.Windows.Forms.Label
net Systems.Server
srvPlayerlist System.Windows.Forms.ListBox

Public Methods

Method Description
Activity ( string information ) : void
ExecuteCommand ( string aCommand, Socket aSocket ) : void
Manager_Main ( ) : System
Manager_Work ( ) : void
UpdatePlayerDEL ( string name ) : void
UpdatePlayers ( string name ) : void
_OnClientConnect ( object &de, Systems net ) : void
_OnClientDisconnect ( object o ) : void
_OnIPC ( Socket aSocket, EndPoint ep, byte data ) : void
_OnReceiveData ( Systems de ) : void
_command ( string aCommand, Socket aSocket ) : void
run ( ) : void
sendSocket ( Socket aSocket, string aText ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Manager_Main_MouseDown ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
_ServerError ( Exception ex ) : void
db_OnConnectedToDatabase ( ) : void
db_OnDatabaseError ( Exception ex ) : void
guiActivity_TextChanged ( object sender, EventArgs e ) : void
label6_Click ( object sender, EventArgs e ) : void
panel1_MouseClick ( object sender, MouseEventArgs e ) : void
panel2_MouseClick ( object sender, MouseEventArgs e ) : void

Method Details

Activity() public method

public Activity ( string information ) : void
information string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ExecuteCommand() public static method

public static ExecuteCommand ( string aCommand, Socket aSocket ) : void
aCommand string
aSocket Socket
return void

Manager_Main() public method

public Manager_Main ( ) : System
return System

Manager_Work() public method

public Manager_Work ( ) : void
return void

UpdatePlayerDEL() public method

public UpdatePlayerDEL ( string name ) : void
name string
return void

UpdatePlayers() public method

public UpdatePlayers ( string name ) : void
name string
return void

_OnClientConnect() public static method

public static _OnClientConnect ( object &de, Systems net ) : void
de object
net Systems
return void

_OnClientDisconnect() public static method

public static _OnClientDisconnect ( object o ) : void
o object
return void

_OnIPC() public method

public _OnIPC ( Socket aSocket, EndPoint ep, byte data ) : void
aSocket Socket
ep EndPoint
data byte
return void

_OnReceiveData() public static method

public static _OnReceiveData ( Systems de ) : void
de Systems
return void

_command() public static method

public static _command ( string aCommand, Socket aSocket ) : void
aCommand string
aSocket Socket
return void

run() public method

public run ( ) : void
return void

sendSocket() public static method

public static sendSocket ( Socket aSocket, string aText ) : void
aSocket Socket
aText string
return void

Property Details

cmd public_oe static_oe property

public static Systems.CommandServer cmd
return Systems.CommandServer

guiActivity public_oe property

public System.Windows.Forms.RichTextBox guiActivity
return System.Windows.Forms.RichTextBox

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

label4 public_oe property

public System.Windows.Forms.Label label4
return System.Windows.Forms.Label

label5 public_oe property

public System.Windows.Forms.Label label5
return System.Windows.Forms.Label

label6 public_oe property

public System.Windows.Forms.Label label6
return System.Windows.Forms.Label

net public_oe static_oe property

public static Systems.Server net
return Systems.Server

srvPlayerlist public_oe property

public System.Windows.Forms.ListBox srvPlayerlist
return System.Windows.Forms.ListBox