Reputation: 1728
I would like to clarify some points about WinRT and where .NET fits in relation to it. The following is a set of statements I believe to be true... correct me where I am wrong:
Upvotes: 6
Views: 1768
Reputation: 2743
Almost right, internally WinRT still does use some Win32 calls but some API calls are new and written from ground up.
WinRT can be only used in Metro but subset of Win32 calls are still available in metro.
True. The XAML part now uses the WinRT implementation.
C++/CLI is not supported on Metro. For now it is just C#/VB.Net on Metro.
True.
Correct.
No, although ARM will have a desktop it is limited to MS Office, IE and Explorer.
EDIT
Updating based on the comments below.
A subset of WinRT APIs that can be used from the desktop.
The rendering and the Javscript engine are the same as the one used in IE 10. But the app itself won't be separately runnable within Internet Explorer
Upvotes: 6