PerformanceCounterPermissionEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the smallest unit of a code access security permission that is set for a PerformanceCounter.
public ref class PerformanceCounterPermissionEntry
public class PerformanceCounterPermissionEntry
type PerformanceCounterPermissionEntry = class
Public Class PerformanceCounterPermissionEntry
- Inheritance
-
PerformanceCounterPermissionEntry
Remarks
For more information on code access security, see Code Access Security.
Constructors
| Name | Description |
|---|---|
| PerformanceCounterPermissionEntry(PerformanceCounterPermissionAccess, String, String) |
Initializes a new instance of the PerformanceCounterPermissionEntry class. |
Properties
| Name | Description |
|---|---|
| CategoryName |
Gets the name of the performance counter category (performance object). |
| MachineName |
Gets the name of the server on which the category of the performance counter resides. |
| PermissionAccess |
Gets the permission access level of the entry. |