Freigeben über


DkmEvaluateExpressionOnThreadsAsyncResult Constructor

Definition

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

Results
ReadOnlyCollection<DkmContextGroupEvaluationResult>

[In] Object containing the results of the evaluation. This object must be closed by the caller when the caller is done with the object.

Applies to