OOJNI for .NET4.0 (low-level) 4.00.01

License: Free Trial ‎File size: 5.13 MB
‎Users Rating: 4.3/5 - ‎7 ‎votes

ABOUT OOJNI for .NET4.0 (low-level)

Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.4.0. Supports Standard JNI interface for developing and running code in C#, MCpp, VB, J#. The main features available: - JNI code can be written only in managed code; - supported .NET languages: C#, VB, J#, Managed C++; - implements regular JNI SDK compatible with JDK1.3.x (32 bits) and above; - supports two ways of Java Native methods implementation: from Java code with System.loadLibrary(...) or System.load(...) and from JNI code with RegisterNatives(...)/UnregisterNatives(...); - Java native methods are implemented only with .NET managed functions; - marshaling and unmarshaling of .NET data types are hidden from Developer; - implemented special mechanism for shellow copy of Java references in JNI code to reduce a number of them in JVM, save JVM Heap and improve JNI code performance.