DkmThreadEvaluationResultCollection.Create Method
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.
Create a new DkmThreadEvaluationResultCollection object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::Group::DkmThreadEvaluationResultCollection ^ Create(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILEvaluationResult ^> ^ Results, Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason FailureReason);
public static Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmThreadEvaluationResultCollection Create (System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILEvaluationResult> Results, Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason FailureReason);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILEvaluationResult> * Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason -> Microsoft.VisualStudio.Debugger.Evaluation.Group.DkmThreadEvaluationResultCollection
Public Shared Function Create (Results As ReadOnlyCollection(Of DkmILEvaluationResult), FailureReason As DkmILFailureReason) As DkmThreadEvaluationResultCollection
Parameters
- Results
- ReadOnlyCollection<DkmILEvaluationResult>
[In] The set of results from processing the query on the given thread.
- FailureReason
- DkmILFailureReason
[In] If an expected error occurs evaluating the DkmIL, indicates the reason for the failure.
Returns
[Out] Result of this method call.