InteropDotNet
InteropDotNet copied to clipboard
Cross-platform AnyCPU P/Invoke for .NET
Hi, I've done, in other interop project(s), some of the same things that you do in this project (namely Preloading with `dlopen` / `LoadLibrary`) The one main difference (Except for...
Hello Usually when creating wrapper classes for unmanaged code it is assumed, that classes will be internal (we do so). But you library requres interface with DynamicDllImport attributes to be...
The current implementation is not very suitable for the case when the native library is dependent on other native libraries. What do you think about the following options use native...
Can't believe I am the first to comment on this project. I have several dot.net projects I want to run on mono and this code seems to get me a...