C# Class Epicenter_SERVER.administrate

Inheritance: System.Windows.Forms.Form
Show file Open project: canselcik/Epicenter-Remote-Administration-Tool Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

AddItem() public method

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

AddLVItem() public method

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

ClearItems() public method

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

FrameworkSux_ArrayToArray() public method

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

Intermission() public method

public Intermission ( ) : void
return void

SetEnabled() public method

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

SetText() public method

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

administrate() public method

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

reportAmorphPack() public method

public reportAmorphPack ( byte raw, int len ) : void
raw byte
len int
return void

reportIncomingComm() public method

public reportIncomingComm ( byte raw, int len ) : void
raw byte
len int
return void