System.Diagnostics.InstanceDataCollectionCollection Class

Provides a strongly typed collection of System.Diagnostics.InstanceDataCollection objects.

See Also: InstanceDataCollectionCollection Members

Syntax

public class InstanceDataCollectionCollection : DictionaryBase

Remarks

The System.Diagnostics.InstanceDataCollectionCollection class represents the collection returned from the PerformanceCounterCategory.ReadCategory method. This collection contains all the counter and instance data. The collection contains an System.Diagnostics.InstanceDataCollection object for each counter. Each System.Diagnostics.InstanceDataCollection object contains the performance data for all counters for that instance. Thus, the data is indexed by counter name and then by instance name.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0