DkmProcess.GetRunningTime 方法

定义

获取自上次调用 () ResetRunningTime 后,调试对象已运行的时钟周期数。

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

返回

UInt64

弄调试对象已运行的时间。

适用于