SystemCpuUsageReport.UserTime 属性

定义

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

public:
 property TimeSpan UserTime { TimeSpan get(); };
TimeSpan UserTime();
public System.TimeSpan UserTime { get; }
var timeSpan = systemCpuUsageReport.userTime;
Public ReadOnly Property UserTime As TimeSpan

属性值

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

适用于