zoukankan      html  css  js  c++  java
  • Reading CLR via c# 4th Edition

    The CLR’s Execution Model

    CLR执行模型

    Compiling Source Code into Managed Modules . . . . . . . . . . . . . . . 3

    把源代码编译成托管模块

    Combining Managed Modules into Assemblies . . . . . . . . . . . . . . . 6

    把托管模块编译成程序集

    Loading the Common Language Runtime . . . . . . . . . . . . . . . . . . . . 8

    加载CLR

    Executing Your Assembly’s Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

    执行程序集代码

    The Native Code Generator Tool: NGen.exe . . . . . . . . . . . . . . . . . . 19

    本地代码生成工具:NGen.exe

    The Framework Class Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22

    框架类库

    The Common Type System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24

    公共类型系统

    The Common Language Specification . . . . . . . . . . . . . . . . . . . . . . . 26

    公共语言规范

    Interoperability with Unmanaged Code . . . . . . . . . . . . . . . . . . . . .30

    与非托管代码互操作

  • 相关阅读:
    Asp.Net 获取客户端真实IP方法总结
    C# 中英文符号互转(半角全角互转)
    执行git commit命令提示: “Please tell me who you are”的解决方案
    Tools
    VSC
    DevOps
    VSC
    DevOps
    DevOps
    K8S
  • 原文地址:https://www.cnblogs.com/xjxz/p/clr.html
Copyright © 2011-2022 走看看