Microsoft.VisualStudio.Debugger.Evaluation.Group Namespace
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.
Classes
DkmContextGroupEvaluationILResult |
The results for a set of threads that match a specific context. |
DkmContextGroupEvaluationResult |
The results for a set of threads that match a specific context. Derived classes: DkmFailedContextGroupEvaluationResult, DkmSuccessContextGroupEvaluationResult |
DkmFailedContextGroupEvaluationResult |
The formatted result of a failed evaluation, ready to be displayed in an expression evaluation window. |
DkmILParameterValueCollection |
A collection of parameters that should be used together. |
DkmSuccessContextGroupEvaluationResult |
The formatted result of a successful evaluation, ready to be displayed in an expression evaluation window. |
DkmThreadEvaluationResultCollection |
The set of results from a single thread. |
Structs
DkmEvaluateExpressionOnThreadsAsyncResult |
Result of an asynchronous DkmInspectionContext.EvaluateExpressionOnThreads call. |
DkmExecuteQueryOnThreadsAsyncResult |
Result of an asynchronous DkmCompiledILInspectionQuery.ExecuteQueryOnThreads call. |
Enums
DkmContextGroupEvaluationResult.Tag |
DkmContextGroupEvaluationResult is an abstract base class. This enum indicates which derived class this object is an instance of. |