Software Development Network>> Visual C#>> 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#
System.Diagnostics.FileVersionInfo
Obtaining version info and copyright from an unmanaged DLL
amselem
System.Diagnostics.FileVersionInfo
.GetVersionInfo(fileName);