0
点赞
收藏
分享

微信扫一扫

IronPython中使用Cecil类库指南

豆丁趣 2022-11-15 阅读 134

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

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



举报

相关推荐

0 条评论