DkmContextGroupEvaluationILResult.Create Method

Definition

Create a new DkmContextGroupEvaluationILResult object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmContextGroupEvaluationILResult ^ Create(int EvaluationResults, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmThreadEvaluationResultCollection ^> ^ ResultData);
public static Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationILResult Create (int EvaluationResults, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmThreadEvaluationResultCollection> ResultData);
static member Create : int * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmThreadEvaluationResultCollection> -> Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmContextGroupEvaluationILResult
Public Shared Function Create (EvaluationResults As Integer, ResultData As ReadOnlyCollection(Of DkmThreadEvaluationResultCollection)) As DkmContextGroupEvaluationILResult

Parameters

EvaluationResults
Int32

[In] Result of the evaluation on this set of threads.

ResultData
ReadOnlyCollection<DkmThreadEvaluationResultCollection>

[In] An array of result data structures that indicate the source instruction and the data buffer for all threads.

Returns

[Out] Result of this method call.

Applies to