IDkmLanguageStepIntoFilterCallback Interface

Definition

This interface allows a language extension to affect the Step-Into behavior of the native runtime.

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

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

Methods

GetStepIntoFlags(DkmLanguageInstructionAddress)

Called during a Step-Into to determine special behavior for a particular function.

Applies to