문제

I wanted to know what I should and shouldn't do in code that will prevent my C# application from running on OSX Lion.

도움이 되었습니까?

해결책

You shouldn't use anything from the Microsoft.* namespaces, no PInvoke (DllImport in C#) and UI might be problematic as well.

Further information on Mono compatibility is contained in the Mono Guide Porting Winforms Applications. Existing applications can be checked for compatibility using the Migration Analyzer tool.

For more inquiries read about Mono's App Portability

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top