Edit

PerformanceCounterPermissionEntry Class

Definition

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.

Applies to

See also