IDkmClrExpressionCompiler Interface

Definition

Allows compilers for managed languages to compile expressions for use by the debugger to support expression evaluation and conditional breakpoints.

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

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Methods

CompileAssignment(DkmLanguageExpression, DkmClrInstructionAddress, DkmEvaluationResult, String, DkmCompiledClrInspectionQuery)

Compile the given expression and generate code to assign the value of the expression to an L-Value.

CompileExpression(DkmLanguageExpression, DkmClrInstructionAddress, DkmInspectionContext, String, DkmCompiledClrInspectionQuery)

Compile the expression into MSIL code that can be executed by the CLR or debugger to evaluate the expression.

GetClrLocalVariableQuery(DkmInspectionContext, DkmClrInstructionAddress, Boolean)

Get a DkmCompiledClrLocalsQuery to allow viewing of local variables.

Applies to