C# 클래스 SilverFactorial.LoggedTextBox

파일 보기 프로젝트 열기: PeterLuschny/Fast-Factorial-Functions 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Flush ( ) : void
GetStreamWriter ( ) : StreamWriter
LoggedTextBox ( TextBox textBox ) : System
Write ( string text ) : void
WriteFlush ( string text ) : void
WriteLine ( ) : void
WriteLine ( string text ) : void
WriteLine ( string format, string message ) : void
WriteRed ( string text ) : void
WriteRedline ( string text ) : void

비공개 메소드들

메소드 설명
AddToBox ( string text ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetStreamWriter() 공개 메소드

public GetStreamWriter ( ) : StreamWriter
리턴 System.IO.StreamWriter

LoggedTextBox() 공개 메소드

public LoggedTextBox ( TextBox textBox ) : System
textBox System.Windows.Controls.TextBox
리턴 System

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void

WriteFlush() 공개 메소드

public WriteFlush ( string text ) : void
text string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string text ) : void
text string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format, string message ) : void
format string
message string
리턴 void

WriteRed() 공개 메소드

public WriteRed ( string text ) : void
text string
리턴 void

WriteRedline() 공개 메소드

public WriteRedline ( string text ) : void
text string
리턴 void