ProcessInfoBasePercentUserTime Property |
Percentage of elapsed time that this process's threads have spent executing code in
user mode. Applications, environment subsystems and integral subsystems execute in
user mode. Code executing in user mode cannot damage the integrity of the operating
system executive, kernel, and device drivers. The operating system uses process
boundaries for subsystem protection in addition to the traditional protection of user
and privileged modes. These subsystem processes provide additional protection.
Therefore, some work done by the operating system on behalf of your application might
appear in other subsystem processes in addition to the privileged time in your process.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long PercentUserTime { get; set; }
<DataMemberAttribute>
Public Property PercentUserTime As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long PercentUserTime {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract PercentUserTime : int64 with get, set
[<DataMemberAttribute>]
override PercentUserTime : int64 with get, set
Property Value
Type:
Int64
The percent user time.
Implements
IProcessInfoBasePercentUserTimeSee Also