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 效能 dll 所呼叫。

適用於