C# 클래스 Epicenter_SERVER.administrate

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: canselcik/Epicenter-Remote-Administration-Tool 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( ListBox listbox, string text ) : void
AddLVItem ( ListView view, string textA, string textB, string textC ) : void
ClearItems ( ListBox listbox ) : void
FrameworkSux_ArrayToArray ( byte &from, byte &to, int to_index, int from_len ) : void
Intermission ( ) : void
SetEnabled ( Control control, bool isIt ) : void
SetText ( Control control, string text ) : void
administrate ( string _given_name, NetworkStream _ns, string _IP ) : System
reportAmorphPack ( byte raw, int len ) : void
reportIncomingComm ( byte raw, int len ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ButtonToPrevState ( ) : void
InitializeComponent ( ) : void

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

RequestFileList ( string location ) : void
RequestProcessList ( ) : void
SendASCII ( string command ) : void
SendASCII_Slave ( object obj ) : void
administrate_FormClosing ( object sender, FormClosingEventArgs e ) : void
btnCaptureScreenshot_Click ( object sender, EventArgs e ) : void
btnControlPowerState_Click ( object sender, EventArgs e ) : void
btnDisplayMessage_Click ( object sender, EventArgs e ) : void
btnFileDel_Click ( object sender, EventArgs e ) : void
btnFileDownload_Click ( object sender, EventArgs e ) : void
btnFileUpload_Click ( object sender, EventArgs e ) : void
btnKillProc_Click ( object sender, EventArgs e ) : void
btnLaunchProc_Click ( object sender, EventArgs e ) : void
btnList_Click ( object sender, EventArgs e ) : void
btnLock_Click ( object sender, EventArgs e ) : void
btnRefreshProcessList_Click ( object sender, EventArgs e ) : void
btnRegistery_Click ( object sender, EventArgs e ) : void
btnRemoteExit_Click ( object sender, EventArgs e ) : void
btnSend_Click ( object sender, EventArgs e ) : void
btnUnlock_Click ( object sender, EventArgs e ) : void
displayDScreen ( object obj ) : void
listFiles_DoubleClick ( object sender, EventArgs e ) : void
processFilelist ( string args ) : void
tabControl1_SelectedIndexChanged ( object sender, EventArgs e ) : void
tvFunctions_AfterSelect ( object sender, TreeViewEventArgs e ) : void
txtDisplayCMD_Click ( object sender, EventArgs e ) : void
txtLocation_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtProcessAddr_KeyPress ( object sender, KeyPressEventArgs e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( ListBox listbox, string text ) : void
listbox System.Windows.Forms.ListBox
text string
리턴 void

AddLVItem() 공개 메소드

public AddLVItem ( ListView view, string textA, string textB, string textC ) : void
view System.Windows.Forms.ListView
textA string
textB string
textC string
리턴 void

ClearItems() 공개 메소드

public ClearItems ( ListBox listbox ) : void
listbox System.Windows.Forms.ListBox
리턴 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

FrameworkSux_ArrayToArray() 공개 메소드

public FrameworkSux_ArrayToArray ( byte &from, byte &to, int to_index, int from_len ) : void
from byte
to byte
to_index int
from_len int
리턴 void

Intermission() 공개 메소드

public Intermission ( ) : void
리턴 void

SetEnabled() 공개 메소드

public SetEnabled ( Control control, bool isIt ) : void
control System.Windows.Forms.Control
isIt bool
리턴 void

SetText() 공개 메소드

public SetText ( Control control, string text ) : void
control System.Windows.Forms.Control
text string
리턴 void

administrate() 공개 메소드

public administrate ( string _given_name, NetworkStream _ns, string _IP ) : System
_given_name string
_ns System.Net.Sockets.NetworkStream
_IP string
리턴 System

reportAmorphPack() 공개 메소드

public reportAmorphPack ( byte raw, int len ) : void
raw byte
len int
리턴 void

reportIncomingComm() 공개 메소드

public reportIncomingComm ( byte raw, int len ) : void
raw byte
len int
리턴 void