IDkmLanguageStepIntoFilterCallback 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.
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. |