IDkmClrExpressionCompiler.GetClrLocalVariableQuery Method

Definition

Get a DkmCompiledClrLocalsQuery to allow viewing of local variables.

public:
 Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrLocalsQuery ^ GetClrLocalVariableQuery(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ instructionAddress, bool argumentsOnly);
public:
 Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrLocalsQuery ^ GetClrLocalVariableQuery(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ instructionAddress, bool argumentsOnly);
Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrLocalsQuery GetClrLocalVariableQuery(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext, Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress const & instructionAddress, bool argumentsOnly);
public Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmCompiledClrLocalsQuery GetClrLocalVariableQuery (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext, Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress instructionAddress, bool argumentsOnly);
abstract member GetClrLocalVariableQuery : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext * Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress * bool -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmCompiledClrLocalsQuery
Public Function GetClrLocalVariableQuery (inspectionContext As DkmInspectionContext, instructionAddress As DkmClrInstructionAddress, argumentsOnly As Boolean) As DkmCompiledClrLocalsQuery

Parameters

inspectionContext
DkmInspectionContext

[In] Options and target context to use while performing the inspection operation.

instructionAddress
DkmClrInstructionAddress

[In] The code context to use for getting local variables.

argumentsOnly
Boolean

[In] If set to true, get a query for arguments only.

Returns

[Out] The local variables query.

Applies to