IDkmTimeTravellingMonitor Interface

Definition

This interface is implemented by debug monitors that allow time travelling.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public interface class IDkmTimeTravellingMonitor
public interface IDkmTimeTravellingMonitor
type IDkmTimeTravellingMonitor = interface
Public Interface IDkmTimeTravellingMonitor

Methods

GetMemoryReadTime(DkmProcess, UInt64, UInt32, DkmMemoryTimeFlags)

Called to find out what time relative to the current process time a value from a memory read is resolved from.

GetProcessExecuteDirection(DkmProcess)

Gets a value indicating whether the process is running in the forward or reverse direction. This method is only implemented for time travelling processes.

SetProcessExecuteDirection(DkmProcess, DkmProcessExecuteDirection)

Sets the processes execution direction. The direction can be forward or reverse. This method is only implemented for time travelling processes.

Applies to