开发者

Is it possible to convert a windows assembly to mono?

开发者 https://www.devze.com 2023-03-08 19:26 出处:网络
I have a closed source assembly (isn\'t obfuscated or anything like that), but I was wondering if there was an application that will take that assembly and convert it to mono (esp开发者_运维知识库ecia

I have a closed source assembly (isn't obfuscated or anything like that), but I was wondering if there was an application that will take that assembly and convert it to mono (esp开发者_运维知识库ecially for use on linux). Is this automatic or do I need to do something. I haven't done any mono... ever.


Assuming that everything required by the assembly is supported by Mono, you shouldn't have to do anything - it should already be binary compatible. That's one of the points of IL :)


Use Mono Migration Analyzer to make sure that it is Mono compatible. If so, any .net assembly may be used a Mono based project. If it's an executable, test with mono myapp.exe from shell.

0

精彩评论

暂无评论...
验证码 换一张
取 消