DkmProcess.GetRunningTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains the number of clock cycles that the debuggee has been running since ResetRunningTime() was last called.
public:
System::UInt64 GetRunningTime();
public:
unsigned long long GetRunningTime();
unsigned long GetRunningTime();
public ulong GetRunningTime ();
member this.GetRunningTime : unit -> uint64
Public Function GetRunningTime () As ULong
Returns
[Out] The time the debuggee has been running.