I want to port an application written in C#. NET (which run on Windows) in linux. the first solution that I thought is to use Mono. I try to used Mono Migration Analyzer MoMa and the errors are the plateform invokation. The applications calls Win32 Native Function like kerne32.dll and I want to know if there is any equivalent in Linux; any shared library which can implement the same stuff.
I see the mono documentation about this topic: http://www.mono-project.com/docs/advanced/pinvoke/
I also check these questions:
How to write programs in C# .NET, to run them on Linux/Wine/Mono?
What would be the equivalent of Win32 API in linux?
But I didn't find my answere.
PS: excuse my english.