C# Class Mosa.Tool.Debugger.DispatchOutput

Inheritance: DebuggerDockContent
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Connect ( ) : void
Disconnect ( ) : void
DispatchOutput ( ) : System.Collections.Generic
ProcessResponses ( DebugMessage response ) : void

Private Methods

Method Description
FormatResponseMessage ( DebugMessage response ) : string

Method Details

Connect() public method

public Connect ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

DispatchOutput() public method

public DispatchOutput ( ) : System.Collections.Generic
return System.Collections.Generic

ProcessResponses() public method

public ProcessResponses ( DebugMessage response ) : void
response Mosa.Utility.DebugEngine.DebugMessage
return void