JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Attributes | List of all members
Codemesh.JuggerNET.access_struct Struct Reference

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...

Collaboration diagram for Codemesh.JuggerNET.access_struct:
Collaboration graph
[legend]

Public Attributes

int fieldID
 
int clazz
 
int inst
 
int flags
 
int exc
 
jvalue result
 

Detailed Description

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>


The documentation for this struct was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.