IL编程 [英] IL Programming

查看:226
本文介绍了IL编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何启动IL编程以及用于IL编程的编辑器


TRChavan

解决方案

您可以编写IL在您选择的任何文本编辑器中。这甚至可以是记事本(虽然我建议使用功能更丰富的编辑器)。


一旦编写了IL代码,就可以使用MSIL汇编程序进行编译。有关详细信息,请参阅Ilasm.exe帮助页面:
http://msdn.microsoft。 com / zh-CN / library / 496e4ekx.aspx


 


对于基本教程,您可以请参阅CodeProject上的这篇文章:
http://www.codeproject.com/KB/msil/ilassembly的.aspx


How to Start IL Programming and which is an Editor used for IL Programming


TRChavan

解决方案

You would write the IL in any text editor you choose. This could even be Notepad (though I'd recommend a more feature-rich editor).

Once you have the IL code written, you'd use the MSIL Assembler to compile it. For details, see the Ilasm.exe help page at: http://msdn.microsoft.com/en-us/library/496e4ekx.aspx

 

For a basic tutorial, you could refer to this article on CodeProject: http://www.codeproject.com/KB/msil/ilassembly.aspx


这篇关于IL编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆