C# Class AndroidPlusPlus.Common.GdbServer

Inheritance: AsyncRedirectProcess.EventListener, IDisposable
ファイルを表示 Open project: webbju/android-plus-plus Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GdbServer ( GdbSetup gdbSetup ) : System
Kill ( ) : void
ProcessExited ( object sendingProcess, EventArgs args ) : void
ProcessStderr ( object sendingProcess, DataReceivedEventArgs args ) : void
ProcessStdout ( object sendingProcess, DataReceivedEventArgs args ) : void
Start ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
KillActiveGdbServerSessions ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GdbServer() public method

public GdbServer ( GdbSetup gdbSetup ) : System
gdbSetup GdbSetup
return System

Kill() public method

public Kill ( ) : void
return void

ProcessExited() public method

public ProcessExited ( object sendingProcess, EventArgs args ) : void
sendingProcess object
args System.EventArgs
return void

ProcessStderr() public method

public ProcessStderr ( object sendingProcess, DataReceivedEventArgs args ) : void
sendingProcess object
args System.Diagnostics.DataReceivedEventArgs
return void

ProcessStdout() public method

public ProcessStdout ( object sendingProcess, DataReceivedEventArgs args ) : void
sendingProcess object
args System.Diagnostics.DataReceivedEventArgs
return void

Start() public method

public Start ( ) : void
return void