DkmEvaluateExpressionOnThreadsAsyncResult Constructor
Definition
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.
Creates a new result structure to hold the output from a successful call to DkmInspectionContext.EvaluateExpressionOnThreads.
public:
DkmEvaluateExpressionOnThreadsAsyncResult(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmContextGroupEvaluationResult ^> ^ Results);
public DkmEvaluateExpressionOnThreadsAsyncResult (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationResult> Results);
new Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmEvaluateExpressionOnThreadsAsyncResult : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationResult> -> Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmEvaluateExpressionOnThreadsAsyncResult
Public Sub New (Results As ReadOnlyCollection(Of DkmContextGroupEvaluationResult))
Parameters
[In] Object containing the results of the evaluation. This object must be closed by the caller when the caller is done with the object.