C# Class SilverFactorial.LoggedTextBox

Afficher le fichier Open project: PeterLuschny/Fast-Factorial-Functions Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddToBox ( string text ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetStreamWriter() public méthode

public GetStreamWriter ( ) : StreamWriter
Résultat System.IO.StreamWriter

LoggedTextBox() public méthode

public LoggedTextBox ( TextBox textBox ) : System
textBox System.Windows.Controls.TextBox
Résultat System

Write() public méthode

public Write ( string text ) : void
text string
Résultat void

WriteFlush() public méthode

public WriteFlush ( string text ) : void
text string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string text ) : void
text string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, string message ) : void
format string
message string
Résultat void

WriteRed() public méthode

public WriteRed ( string text ) : void
text string
Résultat void

WriteRedline() public méthode

public WriteRedline ( string text ) : void
text string
Résultat void