Fork me on GitHub

IronPython中使用Cecil类库指南

这三篇文章介绍了如何以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

posted @ 2007-04-07 15:17  张善友  阅读(2632)  评论(1编辑  收藏  举报