ProductInstance Class
This class represents a piece of hardware that has been detected on a test computer and identified by set of targets.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As ProductInstance
Syntax
Visual Basic
<DataContractAttribute> _
Public MustInherit Class ProductInstance
Implements IRunTests
C#
[DataContractAttribute]
public abstract class ProductInstance : IRunTests
Inheritance Hierarchy
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.NotificationBase
Microsoft.Windows.Kits.Hardware.ObjectModel.ProductInstance
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.