C# Class Mono.Debugger.Frontend.Interpreter.ProcessEventSink

Inheritance: Mono.Debugger.DebuggerMarshalByRefObject
Show file Open project: baulig/debugger

Public Methods

Method Description
ProcessEventSink ( Interpreter interpreter, Process process ) : System
target_output ( bool is_stderr, string line ) : void

Method Details

ProcessEventSink() public method

public ProcessEventSink ( Interpreter interpreter, Process process ) : System
interpreter Interpreter
process Mono.Debugger.Process
return System

target_output() public method

public target_output ( bool is_stderr, string line ) : void
is_stderr bool
line string
return void