What are WinRT language projections?

后端 未结 4 1942
Happy的楠姐
Happy的楠姐 2020-12-29 06:09

What are WinRT language projections and what are they used for?

4条回答
  •  Happy的楠姐
    2020-12-29 06:38

    The easiest way to clarify is that a language projection in WinRT is the "front end" whereas the Windows Runtime is the backend. Write from one of the three languages (JS, C#, VB), it behaves identically on the back end.

    If you write your own 3rd Party WinRT component in C++ or C#, you can use it from JS, C# and VB without having to do any extra work.

提交回复
热议问题