Tekkaman

导航

 

2012年3月18日

摘要: When compiling to managed code, the compiler translates your source code into Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code. MSIL includes instructions for loading, storing, initializing, and calling methods on 阅读全文
posted @ 2012-03-18 21:31 Tekkaman 阅读(425) 评论(0) 推荐(1)
 
摘要: Managed Execution ProcessThe managed execution process includes the following steps:Choosing a compiler.To obtain the benefits provided by the common language runtime, you must use one or more language compilers that target the runtime.Compiling your code to Microsoft intermediate language (MSIL).Co 阅读全文
posted @ 2012-03-18 21:22 Tekkaman 阅读(226) 评论(0) 推荐(1)