.NET Core-是否有实现WinForms的方法? [英] .NET Core - Is there a way to implement WinForms?

查看:89
本文介绍了.NET Core-是否有实现WinForms的方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在使用Discord.NET为不和谐的服务器制作一个机器人,我想为此创建一个WinForm而不是一个控制台。有没有办法将WinForms实施到.NET Core应用程序?

I'm currently making a bot for a discord server with Discord.NET and I'd like to create a WinForm for this instead of a console. Is there a way to implement WinForms to a .NET Core app?

推荐答案

不,不是真的。 .NET Core是较大的.NET Framework中特定选择的类,其中包括Windows窗体。 Windows Forms是他们(必须)剪切以制作较小的.NET Core的内容之一。

No, not really. .NET Core is a specific selection of classes from the larger .NET Framework, which includes Windows Forms. Windows Forms is one of the things they (had to) cut out to make the smaller .NET Core.

最后,我发现.NET Core支持UWP( WPF的后续版本),Xamarin和ASP.Net 5(核心版本)。 UWP和Xamarin也许适用于桌面应用程序:

Last I looked, .NET Core had support for UWP (a followup to WPF), Xamarin and ASP.Net 5 (Core version). UWP and maybe Xamarin would be suitable for Desktop applications:

  • Frameworks, Programming for .NET, Display technologies and the like

这篇关于.NET Core-是否有实现WinForms的方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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