MetricReport MembersMSBuildCodeMetrics

The MetricReport type exposes the following members.
Constructors

  NameDescription
Public methodMetricReport 
Creates a new MetricReport
Public methodMetricReport(String, String)
Creates a new MetricReport
Back to Top
Methods

  NameDescription
Public methodAddMeasure
Create a new MetricReport and add it to the Measures list
Public methodAddRange
Create a new SummaryRangeReport and adds it to the Ranges property
Public methodCreateMeasures
Create a new list of MeasureReport and hooks the Measures property
Public methodCreateRanges
Create a new SummaryRangeReport and hooks the Ranges property
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyMeasures
Measures
Public propertyMetricName
Metric name
Public propertyProviderName
Provider name
Public propertyRanges
Ranges of the report
Back to Top
See Also