VeriStand .NET API Reference

Table of Contents

CustomDevice.AddDependencies Method

Adds dependencies to a custom device. Dependencies are any files, such as DLLs or VIs, that the custom device requires and that you want to deploy to the target along with the custom device.

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 AddDependencies ( _
	dependencies As DependentFile() _
)
C#
public void AddDependencies(
	DependentFile[] dependencies
)
Visual C++
public:
void AddDependencies(
	array<DependentFile^>^ dependencies
)

Parameters

dependencies
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DependentFile
An array of type DependentFile that contains references to the dependencies.

See Also

Log in to get a better experience