标签: windows-8 microsoft-metro
可能重复: How does the new Windows 8 Runtime compare to Silverlight and WPF?
是JavaScript,C#,C ++还是VB.NET?
答案 0 :(得分:3)
WinRT在COM中实现,因此C ++是本地语言。 .NET和JavaScript通过编组访问WinRT。
以下是详细答案:How does Windows 8 Runtime (WinRT / Windows Store apps / Windows 10 Universal App) compare to Silverlight and WPF?