C# Class Rhino.Tools.Shell.ConsoleWriter

Inheritance: System.IO.Stream
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
ConsoleWriter ( ConsoleTextArea textArea ) : System.Collections.Generic
Flush ( ) : void
Write ( char data, int off, int len ) : void
Write ( int ch ) : void

Private Methods

Méthode Description
FlushBuffer ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ConsoleWriter() public méthode

public ConsoleWriter ( ConsoleTextArea textArea ) : System.Collections.Generic
textArea ConsoleTextArea
Résultat System.Collections.Generic

Flush() public méthode

public Flush ( ) : void
Résultat void

Write() public méthode

public Write ( char data, int off, int len ) : void
data char
off int
len int
Résultat void

Write() public méthode

public Write ( int ch ) : void
ch int
Résultat void