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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top