reading win32 application version info using framework

  • Thread starter Thread starter Nagaraju
  • Start date Start date
N

Nagaraju

How to read a win32 application version using .NET
framework classes? Is there any class available?
 
Hi,

If you are refering to the file version, you can take a look at the
FileVersionInfo class in the System.Diagnostics namespace.

Hope this helps

Chris Taylor
 
Back
Top