共用方式為


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 使用者時間量。

適用於