Name

CounterCreationData

Synopsis

This class is used to specify a type, name, and help string for a custom counter.

Public Class CounterCreationData
                  ' Public Constructors
   Public Sub New() 
   Public Sub New(ByVal counterName As String, 
        ByVal counterHelp As String, 
        ByVal counterType As PerformanceCounterType) 
' Public Instance Properties
   Public Property CounterHelp As String  
   Public Property CounterName As String  
   Public Property CounterType As PerformanceCounterType  
End Class

Returned By

CounterCreationDataCollection.this

Passed To

CounterCreationDataCollection.{Add(), AddRange(), Contains(), CopyTo(), CounterCreationDataCollection(), IndexOf(), Insert(), this, Remove()}

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.