PerformanceCounterValue 类
包含负载测试运行期间收集的性能计数器的计算值。
继承层次结构
Object
Microsoft.VisualStudio.TestTools.LoadTesting.PerformanceCounterValue
命名空间: Microsoft.VisualStudio.TestTools.LoadTesting
程序集: Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)
语法
声明
<SerializableAttribute> _
Public Class PerformanceCounterValue
[SerializableAttribute]
public class PerformanceCounterValue
[SerializableAttribute]
public ref class PerformanceCounterValue
[<SerializableAttribute>]
type PerformanceCounterValue = class end
public class PerformanceCounterValue
PerformanceCounterValue 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
PerformanceCounterValue | 初始化 PerformanceCounterValue 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
CategoryName | 获取性能计数器的类别。 | |
CounterName | 获取性能计数器的名称。 | |
InstanceName | 获取性能计数器实例的名称。 | |
MachineName | 获取从中收集性能计数器值的计算机的名称。 | |
Value | 获取性能计数器的采样值。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetType | 获取当前实例的 Type。 (继承自 Object。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 返回有关 PerformanceCounterValue 及其值属性的信息。 (重写 Object.ToString。) |
页首
备注
此类可以序列化。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。