ProcessCpuUsageReport.UserTime Property

Definition

Gets the amount of CPU user time consumed by the process.

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

Property Value

The amount of CPU user time consumed by the process.

Applies to