C# Class ShellControlV2.ShellControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCommandEntered ( string command ) : void

Private Methods

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Dispose() protected méthode

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

GetCommandHistory() public méthode

public GetCommandHistory ( ) : string[]
Résultat string[]

OnCommandEntered() protected méthode

protected OnCommandEntered ( string command ) : void
command string
Résultat void

PrintLine() public méthode

public PrintLine ( ) : void
Résultat void

SendCommand() public méthode

public SendCommand ( string command ) : void
command string
Résultat void

SetCommands() public méthode

public SetCommands ( List commands ) : void
commands List
Résultat void

ShellControl() public méthode

public ShellControl ( ) : System
Résultat System

WriteText() public méthode

public WriteText ( string text ) : void
text string
Résultat void