ISingleFileCodeMetricsProvider ComputeMetrics Method MSBuildCodeMetrics
Called from CodeMetricsRunner. Computes the metrics.

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

IEnumerable<ProviderMeasure> ComputeMetrics(
	IEnumerable<string> metricsToCompute,
	string fileName
)

Parameters

metricsToCompute
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Each item in the list is a metric to compute
fileName
Type: OnlineSystem String
The file that will have its metrics extracted

Return Value

Type: OnlineIEnumerable ProviderMeasure 
a set of measures
See Also