CodeMetricsRunner MembersMSBuildCodeMetrics

The CodeMetricsRunner type exposes the following members.
Constructors

  NameDescription
Public methodCodeMetricsRunner
Creates a new CodeMetricsRunner
Back to Top
Methods

  NameDescription
Public methodComputeMetrics
Compute the metrics using the specified parameters
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGenerateReport
Generates the report with the specified parameters
Public methodGetDetailedReport
Returns the computed metrics for provider and metric name, ordered by value descending
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetMeasuresByProvider
Gets the measures generated by the specified provider
Public methodGetProvider
Get a registered provider by his name
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsMetricRegistered
Checks if the specified provider can compute the metric
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodRegisterProvider
Register a new provider to this runner
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also