VeriStand .NET API Reference

CustomDevice.GetDependencies Method

Gets an array that contains the DependentFile elements from the current CustomDevice. Dependent files are any files that the device requires and that 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 Function GetDependencies As DependentFile()
C#
public DependentFile[] GetDependencies()
Visual C++
public:
array<DependentFile^>^ GetDependencies()

Return Value

An array that contains the DependentFile elements from the current CustomDevice.

See Also

Log in to get a better experience