NET Framework中可以创建uwp项目吗?怎么样? [英] can I create uwp project in .net framework ? how?

查看:154
本文介绍了NET Framework中可以创建uwp项目吗?怎么样?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1。我有一个以.net为核心的通用Windows平台项目。

2.我想将其转换为目标 .net框架

1.I have Universal Windows Platform project with .net core I think.
2.I want to convert it to target .net framework.

推荐答案

您确实可以使用.NET和C#来构建UWP应用,但UWP应用仅包含提供的类型的子集。每个命名空间的完整.NET Framework。 UWP应用程序与.NET桌面应用程序之间的主要区别在于,前者在与其他进程隔离的沙箱中运行,而传统的桌面应用程序通常作为完全信任进程运行。

You can indeed build a UWP app using .NET and C#, but UWP apps includes only a subset of the types provided in the full .NET Framework for each namespace. A main difference between a UWP app and a .NET desktop application is that the former runs in a sandbox that is isolated from other processes, whereas a traditional desktop application typically runs as a full-trust process.

请参考文档了解有关UWP中缺少的.NET API的更多信息。您将无法在UWP应用中使用它们。

Please refer to the docs for more information about the missing .NET APIs in UWP. You won't be able to use these in a UWP app.

这篇关于NET Framework中可以创建uwp项目吗?怎么样?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆