CodeMetricsRunner GenerateReport Method MSBuildCodeMetrics
Generates the report with the specified parameters

Namespace: MSBuildCodeMetrics.Core
Assembly: MSBuildCodeMetrics.Core (in MSBuildCodeMetrics.Core.dll) Version: 0.1.4894.24375
Syntax

public MSBuildCodeMetricsReport GenerateReport(
	List<Metric> metricList,
	bool summary,
	bool details
)

Parameters

metricList
Type: OnlineSystem.Collections.Generic List Metric 
List of metrics to include in the report
summary
Type: OnlineSystem Boolean
Specify if the summary report should be generated
details
Type: OnlineSystem Boolean
Specify if the details report should be generated

Return Value

Type: MSBuildCodeMetricsReport
the generated report
See Also