C# 클래스 Game.Manager_Main

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Activity() 공개 메소드

public Activity ( string information ) : void
information string
리턴 void

Dispose() 보호된 메소드

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

ExecuteCommand() 공개 정적인 메소드

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

Manager_Main() 공개 메소드

public Manager_Main ( ) : System
리턴 System

Manager_Work() 공개 메소드

public Manager_Work ( ) : void
리턴 void

UpdatePlayerDEL() 공개 메소드

public UpdatePlayerDEL ( string name ) : void
name string
리턴 void

UpdatePlayers() 공개 메소드

public UpdatePlayers ( string name ) : void
name string
리턴 void

_OnClientConnect() 공개 정적인 메소드

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

_OnClientDisconnect() 공개 정적인 메소드

public static _OnClientDisconnect ( object o ) : void
o object
리턴 void

_OnIPC() 공개 메소드

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

_OnReceiveData() 공개 정적인 메소드

public static _OnReceiveData ( Systems de ) : void
de Systems
리턴 void

_command() 공개 정적인 메소드

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

run() 공개 메소드

public run ( ) : void
리턴 void

sendSocket() 공개 정적인 메소드

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

프로퍼티 상세

cmd 공개적으로 정적으로 프로퍼티

public static Systems.CommandServer cmd
리턴 Systems.CommandServer

guiActivity 공개적으로 프로퍼티

public System.Windows.Forms.RichTextBox guiActivity
리턴 System.Windows.Forms.RichTextBox

label1 공개적으로 프로퍼티

public System.Windows.Forms.Label label1
리턴 System.Windows.Forms.Label

label2 공개적으로 프로퍼티

public System.Windows.Forms.Label label2
리턴 System.Windows.Forms.Label

label3 공개적으로 프로퍼티

public System.Windows.Forms.Label label3
리턴 System.Windows.Forms.Label

label4 공개적으로 프로퍼티

public System.Windows.Forms.Label label4
리턴 System.Windows.Forms.Label

label5 공개적으로 프로퍼티

public System.Windows.Forms.Label label5
리턴 System.Windows.Forms.Label

label6 공개적으로 프로퍼티

public System.Windows.Forms.Label label6
리턴 System.Windows.Forms.Label

net 공개적으로 정적으로 프로퍼티

public static Systems.Server net
리턴 Systems.Server

srvPlayerlist 공개적으로 프로퍼티

public System.Windows.Forms.ListBox srvPlayerlist
리턴 System.Windows.Forms.ListBox