 |
ProcessThreadTimesTotalProcessorTime Property |
TimeSpan of time run in kernel and user mode.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic TimeSpan TotalProcessorTime { get; }Public ReadOnly Property TotalProcessorTime As TimeSpan
Get
public:
property TimeSpan TotalProcessorTime {
TimeSpan get ();
}member TotalProcessorTime : TimeSpan with get
Property Value
TimeSpan
See Also