c# 更改任何文件的 FileVersionInfo

发布于 2024-09-25 05:27:01 字数 65 浏览 2 评论 0原文

借助FileVersionInfo类很容易读取文件的额外信息, 但我有什么办法可以改变它吗?

谢谢。

With FileVersionInfo class is very easy to read file extra information,
but is there any way i can change it?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

给妤﹃绝世温柔 2024-10-02 05:27:01

.NET Framework 中没有任何类可以让您轻松地做到这一点。文件版本数据存储为本机资源,因此可以通过 开始更新资源。但它需要详细了解格式它存储在可执行文件中。

There's no class in the .NET Framework that lets you do that easily. File version data is stored as a native resource, so it can be changed by functions like BeginUpdateResource. But it requires detailed knowledge about the format in which it's are stored in the executable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文