Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.
Перейти к файлу
Joao Matos 1021ccad1f Added support API for class objects. 2016-10-20 11:47:15 +01:00
CppSharp@f32375be4f
binder
build
catch@35f510545d
ikvm@9f44f259bf
support
tests/Basic
.gitignore
.gitmodules
.travis.yml
LICENSE
README.md

README.md

MonoManagedToNative

.NET assembly to Mono native C/C++ API bindings generator.

  • Create a native API to access some C# APIs
  • MonoManagedToNative.exe Xamarin.Foo.dll –type:Xamarin.Foo.Authenticator –language c –output outdir
  • Allow for Obj-C binding, Java bindings
  • Start with desktop
  • Then work with products

Can I use it yet?

The project is in a development state and should not be used in production scenarios yet.

Dependencies

  • IKVM.Reflection