问题
I have a version of Mono.Cecil which does not have the AssemblyFactory
class. Probably it is the 0.9 version of the Cecil class. Is there a way out?
回答1:
Just use AssemblyDefinition.Write(fileName)
来源:https://stackoverflow.com/questions/13682491/how-to-save-a-changed-assembly-using-mono-cecil