ProcessInfoBasePercentProcessorTime Property |
Percentage of elapsed time that all of the threads of this process used the processor
to execute instructions. An instruction is the basic unit of execution in a computer,
a thread is the object that executes instructions, and a process is the object created
when a program is run. Code executed to handle some hardware interrupts and trap
conditions is included in this count.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long PercentProcessorTime { get; set; }
<DataMemberAttribute>
Public Property PercentProcessorTime As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long PercentProcessorTime {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract PercentProcessorTime : int64 with get, set
[<DataMemberAttribute>]
override PercentProcessorTime : int64 with get, set
Property Value
Type:
Int64
The percent processor time.
Implements
IProcessInfoBasePercentProcessorTimeSee Also