ICodeMetricsProvider GetMetrics Method MSBuildCodeMetrics
Returns the metrics that the provider knows how to compute.

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

IEnumerable<string> GetMetrics()

Return Value

Type: OnlineIEnumerable OnlineString 
A set of metrics
See Also