C# Class MonoCov.HtmlExporter

显示文件 Open project: mono/monocov Class Usage Examples

Public Properties

Property Type Description
DestinationDir string
StyleSheet string

Public Methods

Method Description
Export ( CoverageModel model ) : void

Private Methods

Method Description
progressListener ( object sender, MonoCov.XmlExporter e ) : void

Method Details

Export() public method

public Export ( CoverageModel model ) : void
model CoverageModel
return void

Property Details

DestinationDir public_oe property

public string DestinationDir
return string

StyleSheet public_oe property

public string StyleSheet
return string