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.

InstanceDataCollection Class

Provides a strongly typed collection of InstanceData objects.

For a list of all members of this type, see InstanceDataCollection Members.

System.Object
   System.Collections.DictionaryBase
      System.Diagnostics.InstanceDataCollection

[Visual Basic]
Public Class InstanceDataCollection
   Inherits DictionaryBase
[C#]
public class InstanceDataCollection : DictionaryBase
[C++]
public __gc class InstanceDataCollection : public DictionaryBase
[JScript]
public class InstanceDataCollection 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 InstanceDataCollection class represents a collection containing all the instance data for a counter. This collection is contained in the InstanceDataCollectionCollection when using the ReadCategory method.

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

InstanceDataCollection Members | System.Diagnostics Namespace | ReadCategory | InstanceDataCollectionCollection | InstanceData | CounterSample

Show:
© 2017 Microsoft