Click or drag to resize
Xcalibur Systems LLC Logo

SystemTimesUserTime Property

A pointer to a structure that receives the amount of time that the system has spent executing in User mode (including all threads in all processes, on all processors).

Namespace: Xcalibur.NativeMethods.V2.SystemInfo
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public long UserTime { get; set; }

Property Value

Int64
The user time.
See Also