CodeMetricsRunner IsMetricRegistered Method MSBuildCodeMetrics
Checks if the specified provider can compute the metric

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

public bool IsMetricRegistered(
	string providerName,
	string metricName
)

Return Value

Type: OnlineBoolean
true if can compute
See Also