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
[System.Serializable]
public class PerformanceCounterPermissionEntry
type PerformanceCounterPermissionEntry = class
[<System.Serializable>]
type PerformanceCounterPermissionEntry = class
Public Class PerformanceCounterPermissionEntry
- Inheritance
-
PerformanceCounterPermissionEntry
- Attributes
Remarks
For more information on code access security, see Code Access Security.
Constructors
PerformanceCounterPermissionEntry(PerformanceCounterPermissionAccess, String, String) |
Initializes a new instance of the PerformanceCounterPermissionEntry class. |
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) |