C# Class Game.Manager_Main

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Activity ( string information ) : void
information string
Résultat void

Dispose() protected méthode

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

ExecuteCommand() public static méthode

public static ExecuteCommand ( string aCommand, Socket aSocket ) : void
aCommand string
aSocket Socket
Résultat void

Manager_Main() public méthode

public Manager_Main ( ) : System
Résultat System

Manager_Work() public méthode

public Manager_Work ( ) : void
Résultat void

UpdatePlayerDEL() public méthode

public UpdatePlayerDEL ( string name ) : void
name string
Résultat void

UpdatePlayers() public méthode

public UpdatePlayers ( string name ) : void
name string
Résultat void

_OnClientConnect() public static méthode

public static _OnClientConnect ( object &de, Systems net ) : void
de object
net Systems
Résultat void

_OnClientDisconnect() public static méthode

public static _OnClientDisconnect ( object o ) : void
o object
Résultat void

_OnIPC() public méthode

public _OnIPC ( Socket aSocket, EndPoint ep, byte data ) : void
aSocket Socket
ep EndPoint
data byte
Résultat void

_OnReceiveData() public static méthode

public static _OnReceiveData ( Systems de ) : void
de Systems
Résultat void

_command() public static méthode

public static _command ( string aCommand, Socket aSocket ) : void
aCommand string
aSocket Socket
Résultat void

run() public méthode

public run ( ) : void
Résultat void

sendSocket() public static méthode

public static sendSocket ( Socket aSocket, string aText ) : void
aSocket Socket
aText string
Résultat void

Property Details

cmd public_oe static_oe property

public static Systems.CommandServer cmd
Résultat Systems.CommandServer

guiActivity public_oe property

public System.Windows.Forms.RichTextBox guiActivity
Résultat System.Windows.Forms.RichTextBox

label1 public_oe property

public System.Windows.Forms.Label label1
Résultat System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
Résultat System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
Résultat System.Windows.Forms.Label

label4 public_oe property

public System.Windows.Forms.Label label4
Résultat System.Windows.Forms.Label

label5 public_oe property

public System.Windows.Forms.Label label5
Résultat System.Windows.Forms.Label

label6 public_oe property

public System.Windows.Forms.Label label6
Résultat System.Windows.Forms.Label

net public_oe static_oe property

public static Systems.Server net
Résultat Systems.Server

srvPlayerlist public_oe property

public System.Windows.Forms.ListBox srvPlayerlist
Résultat System.Windows.Forms.ListBox