Environment.ProcessCpuUsage.UserTime Property

Definition

Gets the amount of time the associated process has spent running code inside the application portion of the process (not the operating system code).

public:
 property TimeSpan UserTime { TimeSpan get(); };
public TimeSpan UserTime { get; }
member this.UserTime : TimeSpan
Public ReadOnly Property UserTime As TimeSpan

Property Value

Applies to