-
I am using Mono.Cecil for C# .NET Framwork 4.7.2, i have an assembly with a settings file (settings.cs) |
Beta Was this translation helpful? Give feedback.
Answered by
jbevain
Mar 12, 2021
Replies: 1 comment
-
I suggest you have a look at the Cecil tests, there's everything in there showing how to read/modify and write back an assembly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jbevain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest you have a look at the Cecil tests, there's everything in there showing how to read/modify and write back an assembly.