C# 클래스 LoginServer.Maincs

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

공개 프로퍼티들

프로퍼티 타입 설명
IPCNewId UInt16
IPCPort int
IPCResultList IPCItem>.Dictionary
IPCServer Servers.IPCServer
guiActivity System.Windows.Forms.RichTextBox
guiServerlist System.Windows.Forms.ListBox
information bool
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
panel1 System.Windows.Forms.Panel
panel2 System.Windows.Forms.Panel

공개 메소드들

메소드 설명
Activity ( string information ) : void
Maincs ( ) : System
OnIPC ( System aSocket, System ep, byte data ) : void
_OnClientConnect ( object &de, LoginServer.LoginServer net ) : void
_OnClientDisconnect ( object o ) : void
_OnReceiveData ( LoginServer.LoginServer de ) : void
_ServerError ( Exception ex ) : 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.

Maincs_MouseDown ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
guiActivity_TextChanged ( object sender, EventArgs e ) : void
label3_Click ( object sender, EventArgs e ) : void
label4_Click ( object sender, EventArgs e ) : void
label5_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

Maincs() 공개 메소드

public Maincs ( ) : System
리턴 System

OnIPC() 공개 메소드

public OnIPC ( System aSocket, System ep, byte data ) : void
aSocket System
ep System
data byte
리턴 void

_OnClientConnect() 공개 메소드

public _OnClientConnect ( object &de, LoginServer.LoginServer net ) : void
de object
net LoginServer.LoginServer
리턴 void

_OnClientDisconnect() 공개 메소드

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

_OnReceiveData() 공개 정적인 메소드

public static _OnReceiveData ( LoginServer.LoginServer de ) : void
de LoginServer.LoginServer
리턴 void

_ServerError() 공개 메소드

public _ServerError ( Exception ex ) : void
ex Exception
리턴 void

프로퍼티 상세

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

public static UInt16 IPCNewId
리턴 UInt16

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

public static int IPCPort
리턴 int

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

public static Dictionary IPCResultList
리턴 IPCItem>.Dictionary

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

public static Servers.IPCServer IPCServer
리턴 Servers.IPCServer

guiActivity 공개적으로 프로퍼티

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

guiServerlist 공개적으로 프로퍼티

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

information 공개적으로 프로퍼티

public bool information
리턴 bool

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

panel1 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel1
리턴 System.Windows.Forms.Panel

panel2 공개적으로 프로퍼티

public System.Windows.Forms.Panel panel2
리턴 System.Windows.Forms.Panel