VisualStudioCodeMetricsProvider GetMetrics Method MSBuildCodeMetrics
Gets metrics computed by this provider: MaintainabilityIndex, ClassCoupling, DepthOfInheritance, LinesOfCode and CyclomaticComplexity

Namespace: MSBuildCodeMetrics.VisualStudioMetrics
Assembly: MSBuildCodeMetrics.VisualStudioMetrics (in MSBuildCodeMetrics.VisualStudioMetrics.dll) Version: 0.1.4894.24376
Syntax

public IEnumerable<string> GetMetrics()

Return Value

Type: OnlineIEnumerable OnlineString 
a set of metrics

Implements

ICodeMetricsProvider GetMetrics 
See Also