PerformanceCounter Properties
.NET Framework 4.5
The PerformanceCounter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CategoryName | Gets or sets the name of the performance counter category for this performance counter. |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
CounterHelp | Gets the description for this performance counter. |
|
CounterName | Gets or sets the name of the performance counter that is associated with this PerformanceCounter instance. |
|
CounterType | Gets the counter type of the associated performance counter. |
|
InstanceLifetime | Gets or sets the lifetime of a process. |
|
InstanceName | Gets or sets an instance name for this performance counter. |
|
MachineName | Gets or sets the computer name for this performance counter |
|
RawValue | Gets or sets the raw, or uncalculated, value of this counter. |
|
ReadOnly | Gets or sets a value indicating whether this PerformanceCounter instance is in read-only mode. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |