.NET运行时

编程入门 行业动态 更新时间:2024-10-19 22:15:46
本文介绍了.NET运行时 - Silverlight运行=?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我GOOGLE了一下周围,我一直没能找到什么样的.NET CLR类不列入CoreCLR又名Silverlight的一个良好的上市。

I've googled around a bit, and I haven't been able to find a good listing of what classes from the CLR are not included in the 'CoreCLR' aka Silverlight.

什么是Silverlight的从Windows .NET框架的缺失?

此外,有没有任何Silverlight运行时具有了.NET Framework不?

Also, is there anything that the Silverlight runtime has that the Framework doesn't?

推荐答案

Silverlight运行时(CLR的Silverlight)本质上是一个小型的迷你CLR :)。

Silverlight Runtime (Silverlight CLR) is essentially a mini-mini CLR :).

微软并没有去除许多依赖于.NET Framework程序集Silverlight的发布不属于

Microsoft did the work of removing many dependencies to .NET Framework assemblies not part of the Silverlight release

Silverlight的CLR是的一个子集   包含.NET框架   组件和库,其中包括   数据集成,可扩展的视窗   控制,网络,基础类   库,垃圾收集,并且   公共语言运行时(CLR)。

Silverlight CLR is a subset of the .NET Framework that contains components and libraries, including data integration, extensible Windows controls, networking, base class libraries, garbage collection, and the common language runtime (CLR).

.NET框架的某些部分   Silverlight的部署与你   应用。这些Silverlight的   库不包括的组件   在Silverlight运行时,并   而不是运Silverlight的   SDK。当Silverlight库是   在你的应用程序中使用,它们是   打包与应用程序和   下载到浏览器。这些   包括新的UI控件,XLINQ,   聚合(RSS / ATOM),XML   串行化,以及动态   语言运行时(DLR)。

Some parts of the .NET Framework for Silverlight are deployed with your application. These "Silverlight Libraries" are assemblies not included in the Silverlight runtime and are instead shipped in the Silverlight SDK. When Silverlight Libraries are used in your application, they are packaged up with your application and downloaded to the browser. These include new UI controls, XLINQ, Syndication (RSS/Atom), XML serialization, and the dynamic language runtime (DLR).

要了解详细的对比,看看这个链接$c$cbetter/blogs/patricksmacchia/archive/2008/10/01/comparing-silverlight-and-the-net-framework.aspx

To read about a detailed comparison, see this link codebetter/blogs/patricksmacchia/archive/2008/10/01/comparing-silverlight-and-the-net-framework.aspx

更多推荐

.NET运行时

本文发布于:2023-11-05 08:14:04,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1560327.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:NET

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!