在Linux上运行Windows Form应用程序 [英] Running Windows Form Application on Linux

查看:80
本文介绍了在Linux上运行Windows Form应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在Microsoft Visual Studio上构建了Windows窗体应用程序GUI.我是否可以知道在Linux环境中运行应用程序需要执行哪些步骤?预先感谢!

I have built a Windows Form Application GUI on Microsoft Visual Studio. May I know what are the steps needed to run my application in Linux Environment? Thanks in advance!

推荐答案

您是否已完成有关Mono的研究?您需要了解的几件事:

Have you done some research about Mono? Few things that you need to know :

  1. Mono是适用于Linux的.NET的开源实现
  2. Mono有充分的文档记录,还支持LINQ,线程和.NET的大多数功能.
  3. 它还允许您导入dll文件并使用Introp服务.
  4. 首先使用MoMA(Mono Migration Analyzer)分析您的代码---

  1. Mono is an Open source impementation of .NET for Linux
  2. Mono is well documented and also supports LINQ, threading and most of the features of .NET.
  3. It also lets you import dll files and use introp services.
  4. First analyze your code using MoMA (Mono Migration Analyzer)---

http://www.mono-project.com/docs/工具+库/工具/moma

警告:LINUX使用"/"作为目录分隔符,而Windows使用"\".

Warning: LINUX uses "/" as directory separator while Windows uses "\".

更多信息:

http://www.mono-project.com/

这篇关于在Linux上运行Windows Form应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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