Name

InstanceDataCollectionCollection

Synopsis

This type is a strongly typed collection of InstanceDataCollection objects (e.g., a collection of collections).

Public Class InstanceDataCollectionCollection : Inherits DictionaryBase
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Default ReadOnly Property Item(
        ByVal counterName As String) As InstanceDataCollection  
   Public ReadOnly Property Keys As ICollection Implements IDictionary.Keys 
   Public ReadOnly Property Values As ICollection Implements IDictionary.Values 
' Public Instance Methods
   Public Function Contains(
        ByVal counterName As String) As Boolean  
   Public Sub CopyTo(
        ByVal counters As InstanceDataCollection(), 
        ByVal index As Integer) 
End Class

Hierarchy

System.Object System.Collections.DictionaryBase(System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable) InstanceDataCollectionCollection

Returned By

PerformanceCounterCategory.ReadCategory()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.