CodeMetricsRunner ComputeMetrics Method MSBuildCodeMetrics
Compute the metrics using the specified parameters

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

public void ComputeMetrics(
	IEnumerable<ComputeMetricsParameter> parameters
)

Parameters

parameters
Type: OnlineSystem.Collections.Generic IEnumerable ComputeMetricsParameter 
Input parameter for metrics calculation
See Also