List of assemblies in the .NET for Windows 8 profile

非 Y 不嫁゛ 提交于 2019-12-05 19:27:34

.NET for Metro style apps — list of namespaces

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

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

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.

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