ICollectData 接口

定义

为系统使用性能计数器时加载的性能 DLL 准备性能数据。Prepares performance data for the performance DLL the system loads when working with performance counters.

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

public interface class ICollectData
public interface ICollectData
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ICollectData
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
public interface ICollectData
type ICollectData = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ICollectData = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("73386977-D6FD-11D2-BED5-00C04F79E3AE")>]
type ICollectData = interface
Public Interface ICollectData
派生
属性

方法

CloseData()

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

由性能 DLL 的封闭性能数据函数调用。Called by the performance DLL's close performance data function.

CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr)

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

为性能 DLL 收集性能数据。Collects the performance data for the performance DLL.

适用于