C# Class Gendarme.XmlResultWriter

Inheritance: Gendarme.ResultWriter, IDisposable
Show file Open project: remobjects/mono-tools Class Usage Examples

Public Methods

Method Description
XmlResultWriter ( IRunner runner, string fileName ) : System

Protected Methods

Method Description
Finish ( ) : void
Start ( ) : void
Write ( ) : void

Private Methods

Method Description
CreateDefects ( ) : void
CreateElement ( Gendarme.Framework.Defect defect ) : void
CreateFiles ( ) : void
CreateRule ( IRule rule, string type ) : void
CreateRuleDetails ( IRule rule ) : void
CreateRules ( ) : void
CreateTargetDetails ( IMetadataTokenProvider target ) : void
CreateWriterFor ( string fileName ) : TextWriter
Dispose ( bool disposing ) : void
GetRuleType ( IRule rule ) : string

Method Details

Finish() protected method

protected Finish ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Write() protected method

protected Write ( ) : void
return void

XmlResultWriter() public method

public XmlResultWriter ( IRunner runner, string fileName ) : System
runner IRunner
fileName string
return System