VeriStand .NET API Reference

Target Constructor

Initializes a new instance of Target with the specified name and target type.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	Name As String, _
	TargetType As String _
)
C#
public Target(
	string Name,
	string TargetType
)
Visual C++
public:
Target(
	String^ Name, 
	String^ TargetType
)

Parameters

Name
Type: System.String
The name of the Target.
TargetType
Type: System.String
The operating system of the target. Valid values are PharLap, VxWorks, or Windows.

See Also

Log in to get a better experience