MSDN 中的 'app' 指的是什么?使用 .NET 本机编译 Winforms 和 WPF

What does MSDN refer with 'app'? Compile Winforms and WPF with .NET native

请耐心等待,帮我弄清楚我遗漏了什么:我一直在搜索有关 .NET native 的一些信息,但我不清楚 MSDN 时说:

.NET Native is a precompilation technology for building and deploying Windows apps that is included with Visual Studio 2015. It automatically compiles the release version of apps that are written in managed code (C# or Visual Basic) and that target the .NET Framework and Windows 10 to native code.

MSDN article

抱歉我的无知,但是指的是哪种类型的应用程序?

例如:我有一个用 WPF 开发的应用程序,所以如果我使用 Visual Studio 2015 的新版本(更改框架 4.6)在 Release 中编译应用程序,它会使用 .NET 本机改进应用性能?

什么时候引用应用程序?

提到了针对 Windows 10 的用户,他们现在指的是通用 Windows 应用程序。 .NET Native 包在生成的二进制文件中使用了 .NET 的部分,但这只有在 .NET Core 框架中才有可能,目前,只有 3 种应用程序 运行 在 .NET Core 上:UWP,ASP.NET 5 和控制台应用程序。

WPF 仍然需要完整的 .NET Framework 才能 运行。是否有一天会支持其他应用程序仍然是一个问题。