DkmProcess.GetMemoryReadTime(UInt64, UInt32, DkmMemoryTimeFlags) 方法

定义

调用以找出相对于当前进程的时间从内存读取的值解析的时间。

此 API 在 Visual Studio 15 Update 8 (VS15Update8) 中引入。

public:
 void GetMemoryReadTime(System::UInt64 BaseAddress, System::UInt32 Size, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::DkmMemoryTimeFlags % WorstMemoryTimeFlags);
public void GetMemoryReadTime (ulong BaseAddress, uint Size, out Microsoft.VisualStudio.Debugger.DkmMemoryTimeFlags WorstMemoryTimeFlags);
member this.GetMemoryReadTime : uint64 * uint32 * DkmMemoryTimeFlags -> unit
Public Sub GetMemoryReadTime (BaseAddress As ULong, Size As UInteger, ByRef WorstMemoryTimeFlags As DkmMemoryTimeFlags)

参数

BaseAddress
UInt64

中内存读取的基址。

Size
UInt32

中读取的内存大小。

WorstMemoryTimeFlags
DkmMemoryTimeFlags

弄表示在给定地址范围内读取的最低置信度内存的读取标志。

适用于