TestResult Class
This class represents information that is obtained as a result of running a certification test. This information contains details about the test, how it completed, when it completed, and so on.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As TestResult
Syntax
Visual Basic
<DataContractAttribute> _
Public MustInherit Class TestResult
C#
[DataContractAttribute]
public abstract class TestResult
Inheritance Hierarchy
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.TestResult
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.