简体   繁体   English

如何使用 C# 获取和设置 DLL 文件的详细信息

[英]How to get and set DLL file details, using C#

I want to get and set the detail properties of a .dll :我想获取并设置.dll的详细属性:

在此处输入图片说明

Eg, I want to get the Copyright and File Version information, and I want to set the Copyright and File Version information.比如我想获取版权和文件版本信息,我想设置版权和文件版本信息。

You can use the GetVersionInfo of the FileVersionInfo class您可以使用 FileVersionInfo 类的 GetVersionInfo

GetVersionInfo 获取版本信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM