C# Class Rhino.Tools.Shell.ConsoleWriter

Inheritance: System.IO.Stream
Datei anzeigen Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method 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

Method Description
FlushBuffer ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

ConsoleWriter() public method

public ConsoleWriter ( ConsoleTextArea textArea ) : System.Collections.Generic
textArea ConsoleTextArea
return System.Collections.Generic

Flush() public method

public Flush ( ) : void
return void

Write() public method

public Write ( char data, int off, int len ) : void
data char
off int
len int
return void

Write() public method

public Write ( int ch ) : void
ch int
return void