ICollectData 接口

定义

为系统在使用性能计数器时加载的性能 DLL 准备性能数据。

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

public interface class 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
[<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 的关闭性能数据函数调用。

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

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

收集性能 DLL 的性能数据。

适用于