PerformanceCounterValue Class
Contains the computed value of a performance counter collected during a load test run.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | PerformanceCounterValue(String^, String^, String^, String^, Single) | Initializes a new instance of the PerformanceCounterValue class. |
| Name | Description | |
|---|---|---|
![]() | CategoryName | Gets the category of the performance counter. |
![]() | CounterName | Gets the name of the performance counter. |
![]() | InstanceName | Gets the name of the instance of the performance counter. |
![]() | MachineName | Gets the name of the computer from which the performance counter value was collected. |
![]() | Value | Gets the sampled value of the performance counter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns information about the PerformanceCounterValue and its value property.(Overrides Object::ToString().) |
This class is serializable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


