List of assemblies in the .NET for Windows 8 profile

淺唱寂寞╮ 提交于 2019-12-07 10:17:13

问题


I am looking for the list of assemblies in the ".NET for Windows 8" profile. This is the profile used for WIndows 8 Metro-style applications, and like Silverlight doesn't use the full .NET framework.


回答1:


.NET for Metro style apps — list of namespaces

Converting your existing .NET Framework code — changes to the various APIs.




回答2:


I don't see any list currently... and WinRT is expected to change alot till the official release in 2012... current information about assemblies/not available in the "Metro/WinRT Client profile":

http://blogs.microsoft.co.il/blogs/sasha/archive/2011/09/17/metro-net-framework-profile-windows-tailored.aspx




回答3:


The parts of the full profile that are available in the Metro-profile aren't delimited by some assemblies or namespaces. For example, the constructor StremReader(Stream) is present in the Metro-profile, but StreamReader(string) isn't.

Because of that, you would have to look at the documentation to find out what exactly is available and what isn't.



来源:https://stackoverflow.com/questions/7467678/list-of-assemblies-in-the-net-for-windows-8-profile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!