1

Is there any documentation out there that describes in detail how WinRT's language projection works in the JavaScript world in detail? I know that a WinJS library uses the metadata dynamically and on the fly to create wrapper objects that can be called from JavaScript code that is executed by MS Chakra Engine. However, how does it work in detail in the WinJS library?

Thanks! TH

4

1 回答 1

4

如果您想真正触及这个表面,看看兔子洞能走多深,请查看 Brent Rector 在 //Build 上的演讲,名为“编写混合语言 Metro 风格应用程序时的十个技巧”。不要让标题欺骗了您,他深入探讨了 WinRT 的思考过程以及它如何在不同语言中工作(当然包括很多关于 Javascript 的内容)。

于 2012-06-14T04:04:27.993 回答