C# Class Gendarme.TextResultWriter

Inheritance: Gendarme.ResultWriter, IDisposable
Afficher le fichier Open project: remobjects/mono-tools Class Usage Examples

Méthodes publiques

Méthode Description
TextResultWriter ( IRunner runner, string fileName ) : System

Méthodes protégées

Méthode Description
Write ( ) : void

Private Methods

Méthode Description
BeginColor ( ConsoleColor color ) : void
Dispose ( bool disposing ) : void
EndColor ( ) : void
WriteEntry ( int index, Gendarme.Framework.Defect defect ) : void
WriteHeader ( ) : void
WriteTrailer ( int numDefects ) : void

Method Details

TextResultWriter() public méthode

public TextResultWriter ( IRunner runner, string fileName ) : System
runner IRunner
fileName string
Résultat System

Write() protected méthode

protected Write ( ) : void
Résultat void