Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the DAQmx/common library versions at run time?

I'd like to show the version of the DAQmx.dll and common.dll in the system, much like you can show the .NET version with

 

System.Environment.Version

 

How do I do this?

 

0 Kudos
Message 1 of 2
(3,096 Views)

 

NationalInstruments.DAQmx.DaqSystem.Local.DriverMajorVersion.ToString + "." + _ NationalInstruments.DAQmx.DaqSystem.Local.DriverMinorVersion.ToString + "." + _ NationalInstruments.DAQmx.DaqSystem.Local.DriverUpdateVersion.ToString

 

 

0 Kudos
Message 2 of 2
(3,093 Views)