PerformanceCounterPermissionAccess Enumeration
.NET Framework (current version)
Defines access levels used by PerformanceCounter permission classes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| 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
Available since 1.1
Show: