|   | System | 
The SystemPerformanceMonitor type exposes the following members.
 Properties
Properties
        | Name | Description | |
|---|---|---|
|   | AvailableMemory | Gets the PerformanceCounter that monitors the remaining available memory of the system in GB. | 
|   | Counters | Gets a read-only list of the PerformanceCounter objects monitored by the PerformanceMonitor object. (Inherited from PerformanceMonitorBase) | 
|   | CPUUsage | Gets the PerformanceCounter that monitors the processor utilization of the system. | 
|     | Default | Gets default reference of SystemPerformanceMonitor. | 
|   | LifetimeStatus | Gets the lifetime status statistics of the PerformanceMonitor object. (Inherited from PerformanceMonitorBase) | 
|   | Name | Gets the friendly name of the PerformanceMonitorBase object. (Inherited from PerformanceMonitorBase) | 
|   | SamplingInterval | Gets or sets the interval, in milliseconds, at which the Counters are to be sampled. (Inherited from PerformanceMonitorBase) | 
|   | Status | Gets the current status of the PerformanceMonitorBase object. (Inherited from PerformanceMonitorBase) | 
 See Also
See Also