DkmThreadEvaluationResultCollection Class
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.
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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Create(ReadOnlyCollection<DkmILEvaluationResult>, DkmILFailureReason) |
Create a new DkmThreadEvaluationResultCollection object instance. |