SystemDiagnosticInfo.CpuUsage Property
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.
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.