C# 클래스 Rhino.Tools.Shell.ConsoleWriter

상속: System.IO.Stream
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
ConsoleWriter ( ConsoleTextArea textArea ) : System.Collections.Generic
Flush ( ) : void
Write ( char data, int off, int len ) : void
Write ( int ch ) : void

비공개 메소드들

메소드 설명
FlushBuffer ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

ConsoleWriter() 공개 메소드

public ConsoleWriter ( ConsoleTextArea textArea ) : System.Collections.Generic
textArea ConsoleTextArea
리턴 System.Collections.Generic

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Write() 공개 메소드

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

Write() 공개 메소드

public Write ( int ch ) : void
ch int
리턴 void