Share via


ProcessCpuUsageReport.UserTime 属性

定义

获取进程消耗的 CPU 用户时间量。

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

属性值

进程消耗的 CPU 用户时间量。

适用于