 |
ProcessThreadTimesElapsedTime Property |
TimeSpan between the Create and Exit.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic TimeSpan ElapsedTime { get; }Public ReadOnly Property ElapsedTime As TimeSpan
Get
public:
property TimeSpan ElapsedTime {
TimeSpan get ();
}member ElapsedTime : TimeSpan with get
Property Value
TimeSpan
The elapsed time.
See Also