c# - 什么是 DLR 层职责?

标签 c# .net dynamic-language-runtime

DLR 层的职责是什么?

最佳答案

来自 http://msdn.microsoft.com/en-us/library/dd233052.aspx 处的文档.

The purpose of the DLR is to enable a system of dynamic languages to run on the .NET Framework and give them .NET interoperability. The DLR introduces dynamic objects to C# and Visual Basic in Visual Studio 2010 to support dynamic behavior in these languages and enable their interoperation with dynamic languages.

关于c# - 什么是 DLR 层职责?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4185057/

相关文章:

c# - 如何在 C# 中从选定的 XML 节点获取所有属性名称

.net - F# 比较区分联合的案例标识符

c#-4.0 - 如何获取静态(编译时)类型的 IDynamicMetaObjectProvider?

c# - 你如何用linq表达式划分一个属性

c# - 两类互动

c# - 如何检查 WPF 应用程序是否已经在运行?

c# - 运行时的 Expression.Lambda 和查询生成,嵌套属性 “Where” 示例

clr - .Net 4.0 会包含新的 CLR 还是保留 2.0 版

c# - Visual Studio Autos 窗口中的返回值

.net - Azure.Messaging.ServiceBus 中的 ServiceBusConnectionStringBuilder 的等效项