DkmProcess.GetMemoryReadTime(UInt64, UInt32, DkmMemoryTimeFlags) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用以找出相对于当前进程的时间从内存读取的值解析的时间。
此 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
弄表示在给定地址范围内读取的最低置信度内存的读取标志。