SystemCpuUsage SystemCpuUsage SystemCpuUsage SystemCpuUsage Class

Definition

Provides access to data about the CPU usage of the system.

public : sealed class SystemCpuUsage : ISystemCpuUsagepublic sealed class SystemCpuUsage : ISystemCpuUsagePublic NotInheritable Class SystemCpuUsage Implements ISystemCpuUsage// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Methods

GetReport() GetReport() GetReport() GetReport()

Gets the CPU usage report for the system.

public : SystemCpuUsageReport GetReport()public SystemCpuUsageReport GetReport()Public Function GetReport() As SystemCpuUsageReport// You can use this method in JavaScript.
Returns