C# Class SilverFactorial.LoggedTextBox

Mostra file Open project: PeterLuschny/Fast-Factorial-Functions Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
AddToBox ( string text ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

GetStreamWriter() public method

public GetStreamWriter ( ) : StreamWriter
return System.IO.StreamWriter

LoggedTextBox() public method

public LoggedTextBox ( TextBox textBox ) : System
textBox System.Windows.Controls.TextBox
return System

Write() public method

public Write ( string text ) : void
text string
return void

WriteFlush() public method

public WriteFlush ( string text ) : void
text string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string text ) : void
text string
return void

WriteLine() public method

public WriteLine ( string format, string message ) : void
format string
message string
return void

WriteRed() public method

public WriteRed ( string text ) : void
text string
return void

WriteRedline() public method

public WriteRedline ( string text ) : void
text string
return void