C# Class Mono.Debugger.Frontend.DebuggerTextWriter

Show file Open project: baulig/debugger

Public Methods

Method Description
Write ( bool is_stderr, string text ) : void
WriteLine ( bool is_stderr, string line ) : void

Method Details

Write() public abstract method

public abstract Write ( bool is_stderr, string text ) : void
is_stderr bool
text string
return void

WriteLine() public method

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