VeriStand .NET API Reference

DependentFile Constructor (String, DependentFileType, String, Boolean, String, String, String)

Initializes a new instance of the DependentFile class for the specified file. This instance allows you to specify the type of FilePath used to specify the location of the file.

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 ( _
	FilePath As String, _
	Type As DependentFileType, _
	Version As String, _
	ForceDownload As Boolean, _
	RTDestination As String, _
	SupportedTarget As String, _
	MD5 As String _
)
C#
public DependentFile(
	string FilePath,
	DependentFileType Type,
	string Version,
	bool ForceDownload,
	string RTDestination,
	string SupportedTarget,
	string MD5
)
Visual C++
public:
DependentFile(
	String^ FilePath, 
	DependentFileType Type, 
	String^ Version, 
	bool ForceDownload, 
	String^ RTDestination, 
	String^ SupportedTarget, 
	String^ MD5
)

Parameters

FilePath
Type: System.String
The path to the file on the host.
Type
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DependentFileType
The DependentFileType used for the FilePath.
Version
Type: System.String
An arbitrary string to store with the file. You can use this parameter to store version information with the file.
ForceDownload
Type: System.Boolean
If true (True in Visual Basic), specifies to force-download the file to the target when you deploy the system definition.
RTDestination
Type: System.String
The destination path, including the filename, for the file on the target. This must be an absolute path.
SupportedTarget
Type: System.String
the target operating system(s) to which the file is deployed. Standard values include All, PharLap, VxWorks, Windows, PharLap & Windows, PharLap & VxWorks, and VxWorks & Windows.
MD5
Type: System.String
The MD5 message-digest for the file.

See Also

Log in to get a better experience