Defines access levels used by System.Diagnostics.PerformanceCounter permission classes.
Member Name | Description |
---|---|
Administer |
The System.Diagnostics.PerformanceCounter can read, write, and create categories. |
Browse |
The System.Diagnostics.PerformanceCounter can read categories. |
Instrument |
The System.Diagnostics.PerformanceCounter can read and write categories. |
None |
The System.Diagnostics.PerformanceCounter has no permissions. |
Read |
The System.Diagnostics.PerformanceCounter can read categories. |
Write |
The System.Diagnostics.PerformanceCounter can write categories. |