Lines Matching full:managed
32 <p>JNI is the Java Native Interface. It defines a way for managed code
72 started from managed code (using <code>Thread.start</code>),
384 set an exception pointer in the current thread. Upon returning to managed
689 buffer of raw data from both managed and native code. Common examples
694 access from managed code. On the native side, however, you're
698 raw data in the managed heap, but in others it will allocate a buffer
704 byte buffers, the storage is not allocated on the managed heap, and can
707 byte buffer access is implemented, accessing the data from managed code