TargetType Enumeration

This is the list of all available test target types. Certification tests runs against a device, software (for example, a filter driver) or a computer.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Usage

Visual Basic

Dim instance As TargetType

Syntax

Visual Basic

Public Enumeration TargetType

C#

public enum TargetType

Members

Member name Description

Device

This identifies a test target as a hardware device.

Filter

This specifies that a test target is a filter driver or a driver without hardware to which it is associated.

System

This defines a test target as a system (also referred to as a test computer).

TargetCollection

This target represents a device collection or association to a test target (test computer).