ICodeMetricsProvider InterfaceMSBuildCodeMetrics
This is the most important interface for MSBuildCodeMetrics. Each new provider must implement this interface. There's also the ISingleFileCodeMetricsProvider and IMultiFileCodeMetricsProvider that extends this interface behavior.

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

public interface ICodeMetricsProvider
See Also