简体   繁体   中英

How to use .Net Native in WinForm and C# (Visual Studio 2015)?

我刚刚下载了Visual Studio Community 2015,我想在WinForm和C#Project中配置.Net Native,我该怎么做?

.Net Native team member here. Steffen is correct that the 2015 releases of .Net Native are only designed to support UWP development. One problematic thing about older tech like WPF and WinForms is that they don't fit onto the API surface are of .Net Core which is the set of APIs we're running with for our new stacks.

We'll continue to look for new places to have ahead of time compilation available but it's mostly determined by need and by resourcing on our end (only so many dev hours in a day!). In particular, UWP applications need to run great on low end tablets and phones so not having to run a code generator on those devices is a huge win. HTH.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM