C# 클래스 DroidExplorer.Plugins.UI.ShellConsole

상속: DroidExplorer.Core.UI.PluginForm, IShellProcess
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

OnActivated() 보호된 메소드

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

OnClosing() 보호된 메소드

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

OnEnter() 보호된 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs A that contains the event data.
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnValidating() 보호된 메소드

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

Run() 공개 메소드

Runs the specified command.
public Run ( string command ) : void
command string The command.
리턴 void

ShellConsole() 공개 메소드

Initializes a new instance of the ShellConsole class.
public ShellConsole ( IPluginHost pluginHost ) : System
pluginHost IPluginHost
리턴 System

StartProcess() 공개 메소드

public StartProcess ( string command, string args ) : void
command string
args string
리턴 void

StopProcess() 공개 메소드

public StopProcess ( ) : void
리턴 void

WriteInput() 공개 메소드

public WriteInput ( string input ) : void
input string
리턴 void

WriteOutput() 공개 메소드

public WriteOutput ( string output ) : void
output string
리턴 void