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)
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.