PerformanceCounterPermissionEntry Class

Definition

Defines the smallest unit of a code access security permission that is set for a PerformanceCounter.

public class PerformanceCounterPermissionEntry
[System.Serializable]
public class PerformanceCounterPermissionEntry
Inheritance
PerformanceCounterPermissionEntry
Attributes

Remarks

For more information on code access security, see Code Access Security.

Constructors

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also