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.

PerformanceCounterPermissionAccess Enumeration

 

Defines access levels used by PerformanceCounter permission classes.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

<FlagsAttribute>
Public Enumeration PerformanceCounterPermissionAccess

Member nameDescription
Administer

The PerformanceCounter can read, write, and create categories.

Browse

Obsolete. The PerformanceCounter can read categories.

Instrument

Obsolete. The PerformanceCounter can read and write categories.

None

The PerformanceCounter has no permissions.

Read

The PerformanceCounter can read categories.

Write

The PerformanceCounter can write categories.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft