PerformanceCounterManager Класс
Определение
Внимание!
This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202
Внимание!
use PerformanceCounter
Подготавливает данные о производительности для библиотеки performance.dll, которая загружается системой при работе со счетчиками производительности.Prepares performance data for the performance.dll the system loads when working with performance counters.
Этот 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
[System.Runtime.InteropServices.ComVisible(true)]
[System.Obsolete("use PerformanceCounter")]
[System.Runtime.InteropServices.Guid("82840be1-d273-11d2-b94a-00600893b17a")]
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
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Obsolete("use PerformanceCounter")>]
[<System.Runtime.InteropServices.Guid("82840be1-d273-11d2-b94a-00600893b17a")>]
type PerformanceCounterManager = class
interface ICollectData
Public NotInheritable Class PerformanceCounterManager
Implements ICollectData
- Наследование
-
PerformanceCounterManager
- Атрибуты
- Реализации
Конструкторы
PerformanceCounterManager() |
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
Является устаревшей.
Является устаревшей.
Является устаревшей.
Инициализирует новый экземпляр класса PerformanceCounterManager.Initializes a new instance of the PerformanceCounterManager class. |
Методы
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
Явные реализации интерфейса
ICollectData.CloseData() |
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
Является устаревшей.
Является устаревшей.
Вызывается функцией закрытия данных о производительности библиотеки производительности DLL.Called by the perf dll's close performance data. |
ICollectData.CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr) |
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
Является устаревшей.
Является устаревшей.
Процедура сбора данных о производительности.Performance data collection routine. Вызывается библиотекой производительности PerfCount.Called by the PerfCount perf dll. |