Click or drag to resize

MetricsVisitor Constructor

Create an instance that will calculate metrics for the specified scope.

Namespace:  Nova.Analysis
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public MetricsVisitor(
	Object scope
)

Parameters

scope
Type: SystemObject
The scope, or starting CodeObject or directory name, of the metrics calculation.
See Also