1 / 14

CLR VIR C#(1) 之执行模型

CLR VIR C#(1) 之执行模型. 演讲者:黄东钦 耗时: 25 分 钟. 《CLR VIR C#》 概述 何为 .Net 应用程序是如何执行的. 概述. 需要学吗?学了有什么用?. 包含了 5 大部分. CLR 基础 设计类型 基础类型 核心机制 线程处理. 什么是 .Net ?. .Net 包含两部分规范和实现. 你知道 .Net 有多少种语言吗?.

dusan
Download Presentation

CLR VIR C#(1) 之执行模型

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CLR VIR C#(1) 之执行模型 演讲者:黄东钦 耗时:25分钟 广州华微软件:http://www.huaweisoft.com

  2. 《CLR VIR C#》概述 • 何为.Net • 应用程序是如何执行的 广州华微软件:http://www.huaweisoft.com

  3. 概述 • 需要学吗?学了有什么用? 广州华微软件:http://www.huaweisoft.com

  4. 包含了5大部分 • CLR基础 • 设计类型 • 基础类型 • 核心机制 • 线程处理 广州华微软件:http://www.huaweisoft.com

  5. 什么是.Net? 广州华微软件:http://www.huaweisoft.com

  6. .Net包含两部分规范和实现 广州华微软件:http://www.huaweisoft.com

  7. 你知道.Net有多少种语言吗? 广州华微软件:http://www.huaweisoft.com

  8. 除了常见的C#,C++还有Iron Python、Iron Ruby,Ada,APL,Caml,COBOL,Eiffel,Forth,Fortran,Haskell,Lexico,LISP,LOGO,Lua,Mercury,ML,Mondrian,Oberon,Pascal,Perl,Php,Prolog,RPG,Scheme,Smalltalk 和Tcl/Tk…… 广州华微软件:http://www.huaweisoft.com

  9. .Net应用程序是如何执行的? 广州华微软件:http://www.huaweisoft.com

  10. 1. 编译过程 C# VB Python C#编译器 VB编译器 Python编译器 托管模块(IL和元数据) 托管模块(IL和元数据) 托管模块(IL和元数据) 资源文件 连接器(AL.exe) 程序集(dll或exe) 广州华微软件:http://www.huaweisoft.com

  11. 托管模块的数据结构 广州华微软件:http://www.huaweisoft.com

  12. IL中间语言 • IL DASM :IL反汇编器 • 更强大的工具: .Net Reflector (.Net 反编译器) 广州华微软件:http://www.huaweisoft.com

  13. 2.执行(JIT) 广州华微软件:http://www.huaweisoft.com

  14. 谢谢! 广州华微软件:http://www.huaweisoft.com

More Related