CustomDevice.GetDependencies Method
- 更新时间2023-02-21
- 阅读时长2分钟
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() |