C# Class DroidExplorer.Plugins.UI.ShellConsole

Inheritance: DroidExplorer.Core.UI.PluginForm, IShellProcess
Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Méthodes publiques

Méthode Description
Run ( string command ) : void

Runs the specified command.

ShellConsole ( IPluginHost pluginHost ) : System

Initializes a new instance of the ShellConsole class.

StartProcess ( string command, string args ) : void
StopProcess ( ) : void
WriteInput ( string input ) : void
WriteOutput ( string output ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Form.Activated event.

OnClosing ( CancelEventArgs e ) : void

Raises the E:System.Windows.Forms.Form.Closing event.

OnEnter ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.Enter event.

OnPaint ( PaintEventArgs e ) : void

OnResize ( EventArgs e ) : void

OnValidating ( CancelEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.Validating event.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

SetStatusLabelText ( ToolStripStatusLabel label, string text ) : void

Sets the status label text.

shell_OnProcessExit ( object sender, Core args ) : void

Method Details

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

OnActivated() protected méthode

Raises the E:System.Windows.Forms.Form.Activated event.
protected OnActivated ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void

OnClosing() protected méthode

Raises the E:System.Windows.Forms.Form.Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs A that contains the event data.
Résultat void

OnEnter() protected méthode

Raises the E:System.Windows.Forms.Control.Enter event.
protected OnEnter ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
Résultat void

OnValidating() protected méthode

Raises the E:System.Windows.Forms.Control.Validating event.
protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs A that contains the event data.
Résultat void

Run() public méthode

Runs the specified command.
public Run ( string command ) : void
command string The command.
Résultat void

ShellConsole() public méthode

Initializes a new instance of the ShellConsole class.
public ShellConsole ( IPluginHost pluginHost ) : System
pluginHost IPluginHost
Résultat System

StartProcess() public méthode

public StartProcess ( string command, string args ) : void
command string
args string
Résultat void

StopProcess() public méthode

public StopProcess ( ) : void
Résultat void

WriteInput() public méthode

public WriteInput ( string input ) : void
input string
Résultat void

WriteOutput() public méthode

public WriteOutput ( string output ) : void
output string
Résultat void