简体   繁体   English

将.NET应用程序移植到Mac OS X

[英]Porting .NET app to Mac OS X

My software is built using .NET 2.0 runtime, webbrowser control and several other third party .net dll/components and finally encrypted using dotnetreactor (only my exe, not other .net dll/components) and built using inno setup maker. 我的软件使用.NET 2.0运行时,Web浏览器控件和其他几个第三方.net dll /组件构建,最后使用dotnetreactor(仅我的exe,而不是其他.net dll /组件)进行加密,并使用inno安装程序构建。 How do I port it to Mac OS X ? 如何将其移植到Mac OS X? Is there any software available that can do it automatically? 有没有可用的软件可以自动执行此操作? My first preference would be to use any setting in Visual Stduio IDE that can compile it in a Mac executable then use a setup maker for Mac OSX. 我的第一个偏好是使用Visual Stduio IDE中可以在Mac可执行文件中编译它的任何设置,然后使用Mac OSX的安装程序。

Update: 更新:

Seems like there is no direct way to do it. 似乎没有直接的方法可以做到。

Mono是一种流行的跨平台C#解决方案,尽管您可能必须重写一些内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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