IDkmClrExpressionCompiler.GetClrLocalVariableQuery(DkmInspectionContext, DkmClrInstructionAddress, Boolean) Methode

Definition

Rufen Sie dkmcompiledclrlocalsquery ab, um die Anzeige lokaler Variablen zuzulassen.

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

Parameter

inspectionContext
DkmInspectionContext

In Optionen und Ziel Kontext, die beim Durchführen der Überprüfung verwendet werden sollen.

instructionAddress
DkmClrInstructionAddress

In Der Code Kontext, der zum erhalten lokaler Variablen verwendet werden soll.

argumentsOnly
Boolean

In Wenn diese Einstellung auf true festgelegt ist, wird nur eine Abfrage für Argumente durchgesetzt.

Gibt zurück

DkmCompiledClrLocalsQuery

Vorgenommen Die Abfrage der lokalen Variablen.

Gilt für