SystemCpuUsageReport 类

定义

提供有关系统的 CPU 使用率的数据。

public ref class SystemCpuUsageReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SystemCpuUsageReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SystemCpuUsageReport
Public NotInheritable Class SystemCpuUsageReport
继承
Object Platform::Object IInspectable SystemCpuUsageReport
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

属性

IdleTime

获取 CPU 空闲的时间。

KernelTime

获取系统使用的 CPU 内核时间量。

UserTime

获取系统使用的 CPU 用户时间量。

适用于