IDkmUserCodeDeterminer Interface

Definition

Determines if a frame is user or nonuser when such determination was not made when the frame was created.

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.

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

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

Methods

ComputeUserStatus(DkmStackWalkFrame, DkmInspectionSession, Boolean)

Determines whether or not a frame is user code.

Applies to