IDkmManagedSteppingCodePathProvider Interface

Definition

Used by ManagedDM to query code path info.

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

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Methods

GetCodePathsInRange(DkmRuntimeInstance, ICorDebugFrame, UInt32, UInt32)

GetCodePathsInRange is called to get code paths in specific IL range.

Applies to