DkmProcess.GetRunningTime Method

Definition

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.

Applies to