-1

I want to get and set the detail properties of a .dll:

enter image description here

E.g., I want to get the Copyright and File Version information, and I want to set the Copyright and File Version information.

Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77
  • 1
    You can check this https://stackoverflow.com/questions/19384193/get-company-name-and-copyright-information-of-assembly – mfbayraktar Mar 26 '20 at 05:57
  • 【 enter image description here】 link is dll picture – delaywu Mar 26 '20 at 05:59
  • 1
    Does this answer your question? [Get company name and copyright information of assembly](https://stackoverflow.com/questions/19384193/get-company-name-and-copyright-information-of-assembly) This is to get this information. To set it you should update `AssemblyInfo.cs` file in your project – Pavel Anikhouski Mar 26 '20 at 07:39
  • i want to update .dll files detial property. – delaywu Mar 27 '20 at 02:28

1 Answers1

0

You can use the GetVersionInfo of the FileVersionInfo class

GetVersionInfo

AJITH
  • 1,145
  • 7
  • 8