Name

PerformanceCounterPermissionEntry

Synopsis

This class holds the necessary information for a given permission. The PermissionAccess property sets the PerformanceCounterPermissionAccess level for a specific CategoryName and MachineName.

Public Class PerformanceCounterPermissionEntry
                  ' Public Constructors
   Public Sub New(
        ByVal permissionAccess As PerformanceCounterPermissionAccess, 
        ByVal machineName As String, 
        ByVal categoryName As String) 
' Public Instance Properties
   Public ReadOnly Property CategoryName As String  
   Public ReadOnly Property MachineName As String  
   Public ReadOnly Property PermissionAccess As PerformanceCounterPermissionAccess  
End Class

Returned By

PerformanceCounterPermissionEntryCollection.this

Passed To

PerformanceCounterPermission.PerformanceCounterPermission(), PerformanceCounterPermissionEntryCollection.{Add(), AddRange(), Contains(), CopyTo(), 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.