C# Class ShellControlV2.ShellControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Clear ( ) : void
GetCommandHistory ( ) : string[]
PrintLine ( ) : void
SendCommand ( string command ) : void
SetCommands ( List commands ) : void
ShellControl ( ) : System
WriteText ( string text ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCommandEntered ( string command ) : void

Private Methods

Method Description
FireCommandEntered ( string command ) : void
InitializeComponent ( ) : void

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

Method Details

Clear() public method

public Clear ( ) : void
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

GetCommandHistory() public method

public GetCommandHistory ( ) : string[]
return string[]

OnCommandEntered() protected method

protected OnCommandEntered ( string command ) : void
command string
return void

PrintLine() public method

public PrintLine ( ) : void
return void

SendCommand() public method

public SendCommand ( string command ) : void
command string
return void

SetCommands() public method

public SetCommands ( List commands ) : void
commands List
return void

ShellControl() public method

public ShellControl ( ) : System
return System

WriteText() public method

public WriteText ( string text ) : void
text string
return void