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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

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

메소드 상세

Dispose() 보호된 메소드

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

LogCatConsole() 공개 메소드

public LogCatConsole ( IPluginHost host ) : System
host IPluginHost
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

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

shell_OnProcessExit() 공개 메소드

public shell_OnProcessExit ( object sender, Core args ) : void
sender object
args Core
리턴 void