PerformanceCounterManager Class
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.
Assembly: System (in System.dll)
<ComVisibleAttribute(True)> <GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A")> <ObsoleteAttribute("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202")> <PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> Public NotInheritable Class PerformanceCounterManager Implements ICollectData
| Name | Description | |
|---|---|---|
![]() | PerformanceCounterManager() | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the PerformanceCounterManager class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollectData.CloseData() | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Called by the perf dll's close performance data |
![]() ![]() | ICollectData.CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr) | Obsolete. This API supports the product infrastructure and is not intended to be used directly from your code. Performance data collection routine. Called by the PerfCount perf dll. |
for full trust for the immediate caller. This class cannot be used by partially trusted code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


