本文介绍了如何使用Mono.Cecil能做到保存更改的组件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个版本的 Mono.Cecil能做到的不具有 AssemblyFactory
类。也许这是0.9版的塞西尔类。有没有出路?
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?
推荐答案
只需使用 AssemblyDefinition.Write(文件名)
这篇关于如何使用Mono.Cecil能做到保存更改的组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!