Unfortunately, CIL is statically typed and as I alluded to in my introduction, this is where the DLR comes in to enable interoperability between the CLR and dynamic languages such as Ruby.
不幸的是,CIL是静态类型语言,不过,正如我之前在介绍中提及的那样,这就是DLR如何能够提供CLR和例如Ruby这样动态语言交互能力的关键所在。
NET code is compiled not into native code, but into an intermediate language imaginatively called CIL (Common intermediate language).
NET代码不会被编译成本地代码,而是转换成为一种可以称为CIL(公共中间语言)中间语言。
As figure 4 illustrates the HTTP call is translated into a HTTPCommand object in the.net based OnCast CIL library.
图4中所展示的http呼叫在基于。NET的OnCastCIL库中,被转换为HTTPCommand对象。
As figure 4 illustrates the HTTP call is translated into a HTTPCommand object in the.net based OnCast CIL library.
图4中所展示的http呼叫在基于。NET的OnCastCIL库中,被转换为HTTPCommand对象。
应用推荐