C# Class Mono.Debugger.LessPipe

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
LessPipe ( ) : System
Write ( char value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LessPipe() public méthode

public LessPipe ( ) : System
Résultat System

Write() public méthode

public Write ( char value ) : void
value char
Résultat void