Reflection is possible with CNI code, it functions similarly to how it functions with JNI.
The types jfieldID
and jmethodID
are as in JNI.
The functions:
JvFromReflectedField
,
JvFromReflectedMethod
,
JvToReflectedField
JvToFromReflectedMethod
will be added shortly, as will other functions corresponding to JNI.