C# Class Mono.Debugger.Frontend.DebuggerTextWriter

Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
Write ( bool is_stderr, string text ) : void
WriteLine ( bool is_stderr, string line ) : void

Method Details

Write() public abstract méthode

public abstract Write ( bool is_stderr, string text ) : void
is_stderr bool
text string
Résultat void

WriteLine() public méthode

public WriteLine ( bool is_stderr, string line ) : void
is_stderr bool
line string
Résultat void