C# Class DroidExplorer.Plugins.UI.LogCatConsole

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

Méthodes publiques

Méthode Description
LogCatConsole ( IPluginHost host ) : System
StartProcess ( string command, string args ) : void
StopProcess ( ) : void
WriteInput ( string input ) : void
WriteOutput ( string output ) : void
shell_OnProcessExit ( object sender, Core args ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Run ( string command ) : void
clearToolStripButton_Click ( object sender, EventArgs e ) : void
saveToolStripButton_Click ( object sender, EventArgs e ) : 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

LogCatConsole() public méthode

public LogCatConsole ( IPluginHost host ) : System
host IPluginHost
Résultat System

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

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

shell_OnProcessExit() public méthode

public shell_OnProcessExit ( object sender, Core args ) : void
sender object
args Core
Résultat void