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