我想使用 ac# 代码获取 dll 的“版本”选项卡中的 FileVersion(或 ProductVersion)和注释字段。
我尝试使用 Assembly 类,但没有找到我需要的数据。
提前致谢。
我想使用 ac# 代码获取 dll 的“版本”选项卡中的 FileVersion(或 ProductVersion)和注释字段。
我尝试使用 Assembly 类,但没有找到我需要的数据。
提前致谢。
That's because the Assembly only knows the AssemblyVersion. To get File information, you need to look at the file properties using FileVersionInfo.