CustomDevice.GetDependencies Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.SystemDefinitionAPIAssembly: 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() |