PerformanceCounterManager 类

定义

注意

This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202

为系统使用性能计数器时加载的 performance.dll 准备性能数据。

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class PerformanceCounterManager sealed : System::Diagnostics::ICollectData
public sealed class PerformanceCounterManager : System.Diagnostics.ICollectData
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("82840BE1-D273-11D2-B94A-00600893B17A")]
public sealed class PerformanceCounterManager : System.Diagnostics.ICollectData
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("82840BE1-D273-11D2-B94A-00600893B17A")]
[System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public sealed class PerformanceCounterManager : System.Diagnostics.ICollectData
type PerformanceCounterManager = class
    interface ICollectData
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("82840BE1-D273-11D2-B94A-00600893B17A")>]
type PerformanceCounterManager = class
    interface ICollectData
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("82840BE1-D273-11D2-B94A-00600893B17A")>]
[<System.Obsolete("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type PerformanceCounterManager = class
    interface ICollectData
Public NotInheritable Class PerformanceCounterManager
Implements ICollectData
继承
PerformanceCounterManager
属性
实现

构造函数

PerformanceCounterManager()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.
已过时.

初始化 PerformanceCounterManager 类的新实例。

方法

Equals(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

作为默认哈希函数。

(继承自 Object)
GetType()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.

返回表示当前对象的字符串。

(继承自 Object)

显式接口实现

ICollectData.CloseData()

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.
已过时.

由 perf dll 的关闭性能数据调用。

ICollectData.CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr)

此 API 支持产品基础结构,不能在代码中直接使用。

已过时.
已过时.
已过时.

性能数据收集例程。 由 PerfCount perf dll 调用。

适用于