NET code is compiled not into native code, but into an intermediate language imaginatively called CIL (Common intermediate language).
NET代码不会被编译成本地代码,而是转换成为一种可以称为CIL(公共中间语言)中间语言。
2
Nevertheless, there is still the task of writing the Common Business Oriented Language (COBOL) code to translate from an ideal XML message into transaction invocations.
尽管如此,仍然需要存在编写面向商业的通用语言(Common Business Oriented Language, COBOL)代码来将理想的XML消息转换为事务调用的工作。
3
This comes from the CommonLanguage Infrastructure (CLI) spec that guarantees a type constructor will execute only once, unless explicitly invoked by user code.
这种行为是由公共语言架构(Common Language Infrastructure, CLI)规范导致的,该规范确保一个类型构造函数只执行一次,除非用户代码进行显式调用。