IDkmRuntimeSetNextStatement Interface

Definition

IDkmRuntimeSetNextStatement is the interface runtime monitors implement to support set next statement.

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, RuntimeId, SymbolProviderId, TransportKind.

public interface class IDkmRuntimeSetNextStatement
public interface class IDkmRuntimeSetNextStatement
__interface IDkmRuntimeSetNextStatement
public interface IDkmRuntimeSetNextStatement
type IDkmRuntimeSetNextStatement = interface
Public Interface IDkmRuntimeSetNextStatement

Methods

SetNextStatement(DkmStackWalkFrame, DkmInstructionAddress)

SetNextStatement moves the IP of a stack frame. The stack frame is always the leaf stack frame on a particular thread.

Applies to