Obtaining version info and copyright from an unmanaged DLL

  

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



Answer this question

Obtaining version info and copyright from an unmanaged DLL

  • amselem

    System.Diagnostics.FileVersionInfo.GetVersionInfo(fileName);



  • Obtaining version info and copyright from an unmanaged DLL