SystemDiagnosticInfo.CpuUsage Property

Definition

Gets the CPU time used by the system.

public:
 property SystemCpuUsage ^ CpuUsage { SystemCpuUsage ^ get(); };
SystemCpuUsage CpuUsage();
public SystemCpuUsage CpuUsage { get; }
var systemCpuUsage = systemDiagnosticInfo.cpuUsage;
Public ReadOnly Property CpuUsage As SystemCpuUsage

Property Value

The CPU time used by the system.

Applies to