Question

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?

Was it helpful?

Solution

Just use AssemblyDefinition.Write(fileName)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top