DkmThreadEvaluationResultCollection Class

Definition

The set of results from a single thread.

public ref class DkmThreadEvaluationResultCollection
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmThreadEvaluationResultCollection
[Windows::Foundation::Metadata::WebHostHidden]
class DkmThreadEvaluationResultCollection
[System.Runtime.InteropServices.Guid("5abed340-3864-41c5-af3c-486f0d0cb101")]
public class DkmThreadEvaluationResultCollection
[<System.Runtime.InteropServices.Guid("5abed340-3864-41c5-af3c-486f0d0cb101")>]
type DkmThreadEvaluationResultCollection = class
Public Class DkmThreadEvaluationResultCollection
Inheritance
DkmThreadEvaluationResultCollection
Attributes

Properties

FailureReason

If an expected error occurs evaluating the DkmIL, indicates the reason for the failure.

Results

The set of results from processing the query on the given thread.

Methods

Create(ReadOnlyCollection<DkmILEvaluationResult>, DkmILFailureReason)

Create a new DkmThreadEvaluationResultCollection object instance.

Applies to