C# Class StoryTeller.Results.DebugReport

Inheritance: System.Diagnostics.TraceListener, Report, IDisposable
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartListening ( ) : void
ToHtml ( ) : string
Write ( string message ) : void
WriteLine ( string message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StartListening() public méthode

public StartListening ( ) : void
Résultat void

ToHtml() public méthode

public ToHtml ( ) : string
Résultat string

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