C# Class TextBoxTraceListener, ffxivmodelviewer

Inheritance: TraceListener
Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
TextBoxTraceListener ( TextBox target ) : System
Write ( string message ) : void
WriteLine ( string message ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SendString ( string message ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TextBoxTraceListener() public méthode

public TextBoxTraceListener ( TextBox target ) : System
target TextBox
Résultat System

Write() public méthode

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

WriteLine() public méthode

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