Giới Thiệu · Object-Oriented JNI for .NET (low-level)
Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.1.1. Supports Standard JNI interface (SUN/IBM/MS JDK1.1.x-1.6.x) for developing and running code in C#, MCpp, VB, J#. The main features available are 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.
It 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, and save JVM Heap and improve JNI code performance.