Name

InstanceData

Synopsis

This type represents the instance data for a performance counter sample. InstanceName returns the InstanceData’s name. RawValue returns the sample’s raw data. Sample returns the CounterSample responsible for the data.

Public Class InstanceData
                  ' Public Constructors
   Public Sub New(ByVal instanceName As String, 
        ByVal sample As CounterSample) 
' Public Instance Properties
   Public ReadOnly Property InstanceName As String  
   Public ReadOnly Property RawValue As Long  
   Public ReadOnly Property Sample As CounterSample  
End Class

Returned By

InstanceDataCollection.this

Passed To

InstanceDataCollection.CopyTo()

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.