IronPython中使用Cecil类库指南

来源:互联网 发布:mac打不开flash 编辑:程序博客网 时间:2024/05/18 02:10

 

这三篇文章介绍了如何以IronPython去使用Cecil,是很不错的指导性文章:

Nauman Leghari's Blog : Fun with IronPython and Cecil

Nauman Leghari's Blog : Fun with IronPython and Cecil (Part II)

Method Tree Visualizer :: Fun with IronPython, Cecil and Netron Graph - Part III

什么是Mono.Cecil呢,以下翻译自Nauman Leghari's Blog : Fun with IronPython and Cecil

"Cecil 是由 Jb Evain (http://evain.net/blog/)所编写.NET类库,可以用来生成和检查ECMA CIL格式的程序和类库。它提供了对泛型的完整支持以及对排错信息的部份支持。简单的说好了,用了 Cecil,你可以加载已经存在的组件,浏览里面所有的类型,实时修改它们并保存修改过的组件。"

更多的信息也可以参考官方提供的Cecil FAQ