Obtaining version info and copyright from an unmanaged DLL

Answered Obtaining version info and copyright from an unmanaged DLL

  • Saturday, April 08, 2006 9:42 AM
     
     

      

    How do you obtain the version and copyright info from an old unmanaged C++ DLL in C#?

All Replies

  • Saturday, April 08, 2006 1:03 PM
     
     Answered

    System.Diagnostics.FileVersionInfo.GetVersionInfo(fileName);