androidbindingscc-plus-pluscpluspluscppsharpcsharpdotnetinteropjavamobilemonomonodroidmonotouchobjective-cxamarin
1021ccad1f | ||
---|---|---|
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