IDkmManagedSteppingCodePathProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |