Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ICollectData Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Prepares performance data for the performance DLL the system loads when working with performance counters.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

<GuidAttribute("73386977-D6FD-11D2-BED5-00C04F79E3AE")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface ICollectData

NameDescription
System_CAPS_pubmethodCloseData()

This API supports the product infrastructure and is not intended to be used directly from your code. Called by the performance DLL's close performance data function.

System_CAPS_pubmethodCollectData(Int32, IntPtr, IntPtr, Int32, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code. Collects the performance data for the performance DLL.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft