DkmInspectionContext.GetClrLocalVariableQuery Method

Definition

Get a DkmCompiledClrLocalsQuery to allow viewing of local variables.

Location constraint: API must be called from an IDE component (component level > 100,000).

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

public:
 Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrLocalsQuery ^ GetClrLocalVariableQuery(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ InstructionAddress, bool ArgumentsOnly);
public:
 Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrLocalsQuery ^ GetClrLocalVariableQuery(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ InstructionAddress, bool ArgumentsOnly);
Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmCompiledClrLocalsQuery GetClrLocalVariableQuery(Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress const & InstructionAddress, bool ArgumentsOnly);
public Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmCompiledClrLocalsQuery GetClrLocalVariableQuery (Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress InstructionAddress, bool ArgumentsOnly);
member this.GetClrLocalVariableQuery : Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress * bool -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmCompiledClrLocalsQuery
Public Function GetClrLocalVariableQuery (InstructionAddress As DkmClrInstructionAddress, ArgumentsOnly As Boolean) As DkmCompiledClrLocalsQuery

Parameters

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