IProcessInfoBasePercentPrivilegedTime Property |
Percentage of elapsed time that this thread has spent executing code in privileged
mode. When the operating system system service is called, the service often runs in
privileged mode to gain access to system-private data. Such data is protected from
access by threads executing in user mode. Calls to the system can be explicit or
implicit such as page faults and interrupts. Unlike some early operating systems, 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 long PercentPrivilegedTime { get; set; }
Property PercentPrivilegedTime As Long
Get
Set
property long long PercentPrivilegedTime {
long long get ();
void set (long long value);
}
abstract PercentPrivilegedTime : int64 with get, set
Property Value
Type:
Int64
The percent privileged time.
See Also