InstanceDataCollectionCollection Class
Provides a strongly typed collection of InstanceDataCollection objects.
For a list of all members of this type, see InstanceDataCollectionCollection Members.
System.Object
System.Collections.DictionaryBase
System.Diagnostics.InstanceDataCollectionCollection
[Visual Basic] Public Class InstanceDataCollectionCollection Inherits DictionaryBase [C#] public class InstanceDataCollectionCollection : DictionaryBase [C++] public __gc class InstanceDataCollectionCollection : public DictionaryBase [JScript] public class InstanceDataCollectionCollection extends DictionaryBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The InstanceDataCollectionCollection class represents the collection returned from the ReadCategory method. This collection contains all the counter and instance data. The collection contains an InstanceDataCollection object for each counter. Each 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
Platforms: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
InstanceDataCollectionCollection Members | System.Diagnostics Namespace | InstanceDataCollection | InstanceData | CounterSample