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

A structure used to increase the performance of method invocations. 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.call_struct:
Collaboration graph
[legend]

Public Attributes

jvalue param0
 
jvalue param1
 
jvalue param2
 
jvalue param3
 
jvalue param4
 
jvalue param5
 
jvalue param6
 
jvalue param7
 
jvalue param8
 
jvalue param9
 
jvalue param10
 
jvalue param11
 
jvalue param12
 
jvalue param13
 
jvalue param14
 
jvalue param15
 
long method
 
long inst
 
long exc
 
int flags
 
jvalue result
 
int numParams
 

Detailed Description

A structure used to increase the performance of method invocations. 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.