JuggerNET Runtime Library v3.6.54.0
3.6.54.0
|
A structure used to increase the performance of field accesses. By not marshaling all JNI arguments but rather only using an IntPtr to this structure, we gain a lot of performance benefits. More...
Public Attributes | |
int | fieldID |
int | clazz |
int | inst |
int | flags |
int | exc |
jvalue | result |
A structure used to increase the performance of field accesses. By not marshaling all JNI arguments but rather only using an IntPtr to this structure, we gain a lot of performance benefits.
<exclude>