|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Manged implementation of the JNINativeInterface structure. More...
Classes | |
| class | JNINativeInterfaceHandle |
| Maintains a JNINativeInterface structure in memory. More... | |
Static Public Member Functions | |
| static nint | GetLibJvmFunctionHandle (string name, int argl=-1) |
| Gets the native handle for a function pointer in libjvm. | |
| static | JNINativeInterface () |
| Initializes the static instance. | |
Properties | |
| static JNINativeInterface * | Handle [get] |
| Gets a pointer to the JNINativeInterface table. | |
Manged implementation of the JNINativeInterface structure.
Definition at line 42 of file JNINativeInterface.cs.
|
static |
Initializes the static instance.
Definition at line 533 of file JNINativeInterface.cs.
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.AllocObjectDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.CallBooleanMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jbyte IKVM.Runtime.JNI.JNINativeInterface.CallByteMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jchar IKVM.Runtime.JNI.JNINativeInterface.CallCharMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jdouble IKVM.Runtime.JNI.JNINativeInterface.CallDoubleMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jfloat IKVM.Runtime.JNI.JNINativeInterface.CallFloatMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.CallIntMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jlong IKVM.Runtime.JNI.JNINativeInterface.CallLongMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualBooleanMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jbyte IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualByteMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jchar IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualCharMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jdouble IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualDoubleMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jfloat IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualFloatMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualIntMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jlong IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualLongMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualObjectMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jshort IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualShortMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualVoidMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.CallObjectMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jshort IKVM.Runtime.JNI.JNINativeInterface.CallShortMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.CallStaticBooleanMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jbyte IKVM.Runtime.JNI.JNINativeInterface.CallStaticByteMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jchar IKVM.Runtime.JNI.JNINativeInterface.CallStaticCharMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jdouble IKVM.Runtime.JNI.JNINativeInterface.CallStaticDoubleMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jfloat IKVM.Runtime.JNI.JNINativeInterface.CallStaticFloatMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.CallStaticIntMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jlong IKVM.Runtime.JNI.JNINativeInterface.CallStaticLongMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.CallStaticObjectMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jshort IKVM.Runtime.JNI.JNINativeInterface.CallStaticShortMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.CallStaticVoidMethodADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.CallVoidMethodADelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jclass IKVM.Runtime.JNI.JNINativeInterface.DefineClassDelegateType | ( | JNIEnv * | pEnv, |
| byte * | name, | ||
| jobject | loader, | ||
| jbyte * | pbuf, | ||
| jint | length ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.DeleteGlobalRefDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.DeleteLocalRefDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.DeleteWeakGlobalRefDelegateType | ( | JNIEnv * | pEnv, |
| jweak | obj ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.EnsureLocalCapacityDelegateType | ( | JNIEnv * | pEnv, |
| jint | capacity ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ExceptionClearDelegateType | ( | JNIEnv * | pEnv | ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ExceptionDescribeDelegateType | ( | JNIEnv * | pEnv | ) |
| delegate jthrowable IKVM.Runtime.JNI.JNINativeInterface.ExceptionOccurredDelegateType | ( | JNIEnv * | pEnv | ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.FatalErrorDelegateType | ( | JNIEnv * | pEnv, |
| byte * | msg ) |
| delegate jclass IKVM.Runtime.JNI.JNINativeInterface.FindClassDelegateType | ( | JNIEnv * | pEnv, |
| byte * | name ) |
| delegate jfieldID IKVM.Runtime.JNI.JNINativeInterface.FromReflectedFieldDelegateType | ( | JNIEnv * | pEnv, |
| jfieldID | fieldID ) |
| delegate jmethodID IKVM.Runtime.JNI.JNINativeInterface.FromReflectedMethodDelegateType | ( | JNIEnv * | pEnv, |
| jmethodID | methodID ) |
| delegate jsize IKVM.Runtime.JNI.JNINativeInterface.GetArrayLengthDelegateType | ( | JNIEnv * | pEnv, |
| jarray | array ) |
| delegate jboolean * IKVM.Runtime.JNI.JNINativeInterface.GetBooleanArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jbooleanArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetBooleanArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jbooleanArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jboolean * | buf ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.GetBooleanFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate jbyte * IKVM.Runtime.JNI.JNINativeInterface.GetByteArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jbyteArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetByteArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jbyteArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jbyte * | buf ) |
| delegate jbyte IKVM.Runtime.JNI.JNINativeInterface.GetByteFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate jchar * IKVM.Runtime.JNI.JNINativeInterface.GetCharArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jcharArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetCharArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jcharArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jchar * | buf ) |
| delegate jchar IKVM.Runtime.JNI.JNINativeInterface.GetCharFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate void * IKVM.Runtime.JNI.JNINativeInterface.GetDirectBufferAddressDelegateType | ( | JNIEnv * | pEnv, |
| jobject | buf ) |
| delegate jlong IKVM.Runtime.JNI.JNINativeInterface.GetDirectBufferCapacityDelegateType | ( | JNIEnv * | pEnv, |
| jobject | buf ) |
| delegate jdouble * IKVM.Runtime.JNI.JNINativeInterface.GetDoubleArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jdoubleArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetDoubleArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jdoubleArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jdouble * | buf ) |
| delegate jdouble IKVM.Runtime.JNI.JNINativeInterface.GetDoubleFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate jfieldID IKVM.Runtime.JNI.JNINativeInterface.GetFieldIDDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| byte * | name, | ||
| byte * | sig ) |
| delegate jfloat * IKVM.Runtime.JNI.JNINativeInterface.GetFloatArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jfloatArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetFloatArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jfloatArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jfloat * | buf ) |
| delegate jfloat IKVM.Runtime.JNI.JNINativeInterface.GetFloatFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate jint * IKVM.Runtime.JNI.JNINativeInterface.GetIntArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jintArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetIntArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jintArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jint * | buf ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.GetIntFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.GetJavaVMDelegateType | ( | JNIEnv * | pEnv, |
| JavaVM ** | ppJavaVM ) |
|
static |
Gets the native handle for a function pointer in libjvm.
| name | |
| argl |
Definition at line 522 of file JNINativeInterface.cs.
| delegate jlong * IKVM.Runtime.JNI.JNINativeInterface.GetLongArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jlongArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetLongArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jlongArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jlong * | buf ) |
| delegate jlong IKVM.Runtime.JNI.JNINativeInterface.GetLongFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate int IKVM.Runtime.JNI.JNINativeInterface.GetMethodArgsDelegateType | ( | JNIEnv * | pEnv, |
| jmethodID | methodID, | ||
| byte * | sig ) |
| delegate jmethodID IKVM.Runtime.JNI.JNINativeInterface.GetMethodIDDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| byte * | name, | ||
| byte * | sig ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.GetObjectArrayElementDelegateType | ( | JNIEnv * | pEnv, |
| jarray | array, | ||
| jsize | index ) |
| delegate jclass IKVM.Runtime.JNI.JNINativeInterface.GetObjectClassDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.GetObjectFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate JObjectRefType IKVM.Runtime.JNI.JNINativeInterface.GetObjectRefTypeDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate void * IKVM.Runtime.JNI.JNINativeInterface.GetPrimitiveArrayCriticalDelegateType | ( | JNIEnv * | pEnv, |
| jarray | array, | ||
| jboolean * | isCopy ) |
| delegate jshort * IKVM.Runtime.JNI.JNINativeInterface.GetShortArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jshortArray | array, | ||
| jboolean * | isCopy ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetShortArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jshortArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jshort * | buf ) |
| delegate jshort IKVM.Runtime.JNI.JNINativeInterface.GetShortFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.GetStaticBooleanFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jbyte IKVM.Runtime.JNI.JNINativeInterface.GetStaticByteFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jchar IKVM.Runtime.JNI.JNINativeInterface.GetStaticCharFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jdouble IKVM.Runtime.JNI.JNINativeInterface.GetStaticDoubleFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jfieldID IKVM.Runtime.JNI.JNINativeInterface.GetStaticFieldIDDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| byte * | name, | ||
| byte * | sig ) |
| delegate jfloat IKVM.Runtime.JNI.JNINativeInterface.GetStaticFloatFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.GetStaticIntFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jlong IKVM.Runtime.JNI.JNINativeInterface.GetStaticLongFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jmethodID IKVM.Runtime.JNI.JNINativeInterface.GetStaticMethodIDDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| byte * | name, | ||
| byte * | sig ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.GetStaticObjectFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jshort IKVM.Runtime.JNI.JNINativeInterface.GetStaticShortFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID ) |
| delegate jchar * IKVM.Runtime.JNI.JNINativeInterface.GetStringCharsDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str, | ||
| jboolean * | isCopy ) |
| delegate jchar * IKVM.Runtime.JNI.JNINativeInterface.GetStringCriticalDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str, | ||
| jboolean * | isCopy ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.GetStringLengthDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetStringRegionDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str, | ||
| jsize | start, | ||
| jsize | len, | ||
| jchar * | buf ) |
| delegate byte * IKVM.Runtime.JNI.JNINativeInterface.GetStringUTFCharsDelegateType | ( | JNIEnv * | pEnv, |
| jstring @ | string, | ||
| jboolean * | isCopy ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.GetStringUTFLengthDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.GetStringUTFRegionDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str, | ||
| jsize | start, | ||
| jsize | len, | ||
| byte * | buf ) |
| delegate jclass IKVM.Runtime.JNI.JNINativeInterface.GetSuperclassDelegateType | ( | JNIEnv * | pEnv, |
| jclass | sub ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.IsAssignableFromDelegateType | ( | JNIEnv * | pEnv, |
| jclass | sub, | ||
| jclass | super ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.IsInstanceOfDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jclass | clazz ) |
| delegate jboolean IKVM.Runtime.JNI.JNINativeInterface.IsSameObjectDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj1, | ||
| jobject | obj2 ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.MonitorEnterDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.MonitorExitDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate jbooleanArray IKVM.Runtime.JNI.JNINativeInterface.NewBooleanArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jbyteArray IKVM.Runtime.JNI.JNINativeInterface.NewByteArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jcharArray IKVM.Runtime.JNI.JNINativeInterface.NewCharArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.NewDirectByteBufferDelegateType | ( | JNIEnv * | pEnv, |
| IntPtr | address, | ||
| jlong | capacity ) |
| delegate jdoubleArray IKVM.Runtime.JNI.JNINativeInterface.NewDoubleArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jfloatArray IKVM.Runtime.JNI.JNINativeInterface.NewFloatArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.NewGlobalRefDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate jintArray IKVM.Runtime.JNI.JNINativeInterface.NewIntArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.NewLocalRefDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate jlongArray IKVM.Runtime.JNI.JNINativeInterface.NewLongArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.NewObjectADelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jmethodID | methodID, | ||
| JValue * | args ) |
| delegate jobjectArray IKVM.Runtime.JNI.JNINativeInterface.NewObjectArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len, | ||
| jclass | clazz, | ||
| jobject | init ) |
| delegate jshortArray IKVM.Runtime.JNI.JNINativeInterface.NewShortArrayDelegateType | ( | JNIEnv * | pEnv, |
| jsize | len ) |
| delegate jstring IKVM.Runtime.JNI.JNINativeInterface.NewStringDelegateType | ( | JNIEnv * | pEnv, |
| jchar * | unicode, | ||
| int | len ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.NewStringUTFDelegateType | ( | JNIEnv * | pEnv, |
| byte * | bytes ) |
| delegate jweak IKVM.Runtime.JNI.JNINativeInterface.NewWeakGlobalRefDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.PopLocalFrameDelegateType | ( | JNIEnv * | pEnv, |
| jobject | result ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.PushLocalFrameDelegateType | ( | JNIEnv * | pEnv, |
| jint | capacity ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.RegisterNativesDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| JNIEnv.JNINativeMethod * | methods, | ||
| jint | nMethods ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseBooleanArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jbooleanArray | array, | ||
| jboolean * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseByteArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jbyteArray | array, | ||
| jbyte * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseCharArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jcharArray | array, | ||
| jchar * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseDoubleArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jdoubleArray | array, | ||
| jdouble * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseFloatArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jfloatArray | array, | ||
| jfloat * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseIntArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jintArray | array, | ||
| jint * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseLongArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jlongArray | array, | ||
| jlong * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleasePrimitiveArrayCriticalDelegateType | ( | JNIEnv * | pEnv, |
| jarray | array, | ||
| void * | carray, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseShortArrayElementsDelegateType | ( | JNIEnv * | pEnv, |
| jshortArray | array, | ||
| jshort * | elems, | ||
| jint | mode ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseStringCharsDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str, | ||
| jchar * | chars ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseStringCriticalDelegateType | ( | JNIEnv * | pEnv, |
| jstring | str, | ||
| jchar * | cstring ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.ReleaseStringUTFCharsDelegateType | ( | JNIEnv * | pEnv, |
| jstring @ | string, | ||
| byte * | utf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetBooleanArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jbooleanArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jboolean * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetBooleanFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jboolean | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetByteArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jbyteArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jbyte * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetByteFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jbyte | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetCharArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jcharArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jchar * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetCharFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jchar | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetDoubleArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jdoubleArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jdouble * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetDoubleFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jdouble | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetFloatArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jfloatArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jfloat * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetFloatFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jfloat | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetIntArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jintArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jint * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetIntFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jint | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetLongArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jlongArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jlong * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetLongFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jlong | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetObjectArrayElementDelegateType | ( | JNIEnv * | pEnv, |
| jarray | array, | ||
| jsize | index, | ||
| jobject | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetObjectFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jobject | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetShortArrayRegionDelegateType | ( | JNIEnv * | pEnv, |
| jshortArray | array, | ||
| jsize | start, | ||
| jsize | len, | ||
| jshort * | buf ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetShortFieldDelegateType | ( | JNIEnv * | pEnv, |
| jobject | obj, | ||
| jfieldID | fieldID, | ||
| jshort | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticBooleanFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jboolean | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticByteFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jbyte | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticCharFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jchar | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticDoubleFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jdouble | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticFloatFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jfloat | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticIntFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jint | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticLongFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jlong | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticObjectFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jobject | val ) |
| delegate void IKVM.Runtime.JNI.JNINativeInterface.SetStaticShortFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| jfieldID | fieldID, | ||
| jshort | val ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.ThrowDelegateType | ( | JNIEnv * | pEnv, |
| jthrowable | throwable ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.ThrowNewDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz, | ||
| byte * | msg ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.ToReflectedFieldDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz_ignored, | ||
| jfieldID | field, | ||
| jboolean | isStatic ) |
| delegate jobject IKVM.Runtime.JNI.JNINativeInterface.ToReflectedMethodDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz_ignored, | ||
| jmethodID | method, | ||
| jboolean | isStatic ) |
| delegate jint IKVM.Runtime.JNI.JNINativeInterface.UnregisterNativesDelegateType | ( | JNIEnv * | pEnv, |
| jclass | clazz ) |
| void* IKVM.Runtime.JNI.JNINativeInterface.AllocObject |
Definition at line 876 of file JNINativeInterface.cs.
|
static |
Definition at line 339 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallBooleanMethod |
Definition at line 890 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallBooleanMethodA |
Definition at line 892 of file JNINativeInterface.cs.
|
static |
Definition at line 348 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallBooleanMethodV |
Definition at line 891 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallByteMethod |
Definition at line 894 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallByteMethodA |
Definition at line 896 of file JNINativeInterface.cs.
|
static |
Definition at line 349 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallByteMethodV |
Definition at line 895 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallCharMethod |
Definition at line 898 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallCharMethodA |
Definition at line 900 of file JNINativeInterface.cs.
|
static |
Definition at line 350 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallCharMethodV |
Definition at line 899 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallDoubleMethod |
Definition at line 918 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallDoubleMethodA |
Definition at line 920 of file JNINativeInterface.cs.
|
static |
Definition at line 355 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallDoubleMethodV |
Definition at line 919 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallFloatMethod |
Definition at line 914 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallFloatMethodA |
Definition at line 916 of file JNINativeInterface.cs.
|
static |
Definition at line 354 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallFloatMethodV |
Definition at line 915 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallIntMethod |
Definition at line 906 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallIntMethodA |
Definition at line 908 of file JNINativeInterface.cs.
|
static |
Definition at line 352 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallIntMethodV |
Definition at line 907 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallLongMethod |
Definition at line 910 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallLongMethodA |
Definition at line 912 of file JNINativeInterface.cs.
|
static |
Definition at line 353 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallLongMethodV |
Definition at line 911 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualBooleanMethod |
Definition at line 930 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualBooleanMethodA |
Definition at line 932 of file JNINativeInterface.cs.
|
static |
Definition at line 359 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualBooleanMethodV |
Definition at line 931 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualByteMethod |
Definition at line 934 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualByteMethodA |
Definition at line 936 of file JNINativeInterface.cs.
|
static |
Definition at line 360 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualByteMethodV |
Definition at line 935 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualCharMethod |
Definition at line 938 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualCharMethodA |
Definition at line 940 of file JNINativeInterface.cs.
|
static |
Definition at line 361 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualCharMethodV |
Definition at line 939 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualDoubleMethod |
Definition at line 958 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualDoubleMethodA |
Definition at line 960 of file JNINativeInterface.cs.
|
static |
Definition at line 366 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualDoubleMethodV |
Definition at line 959 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualFloatMethod |
Definition at line 954 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualFloatMethodA |
Definition at line 956 of file JNINativeInterface.cs.
|
static |
Definition at line 365 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualFloatMethodV |
Definition at line 955 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualIntMethod |
Definition at line 946 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualIntMethodA |
Definition at line 948 of file JNINativeInterface.cs.
|
static |
Definition at line 363 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualIntMethodV |
Definition at line 947 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualLongMethod |
Definition at line 950 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualLongMethodA |
Definition at line 952 of file JNINativeInterface.cs.
|
static |
Definition at line 364 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualLongMethodV |
Definition at line 951 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualObjectMethod |
Definition at line 926 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualObjectMethodA |
Definition at line 928 of file JNINativeInterface.cs.
|
static |
Definition at line 358 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualObjectMethodV |
Definition at line 927 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualShortMethod |
Definition at line 942 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualShortMethodA |
Definition at line 944 of file JNINativeInterface.cs.
|
static |
Definition at line 362 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualShortMethodV |
Definition at line 943 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualVoidMethod |
Definition at line 962 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualVoidMethodA |
Definition at line 964 of file JNINativeInterface.cs.
|
static |
Definition at line 367 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallNonvirtualVoidMethodV |
Definition at line 963 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallObjectMethod |
Definition at line 886 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallObjectMethodA |
Definition at line 888 of file JNINativeInterface.cs.
|
static |
Definition at line 347 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallObjectMethodV |
Definition at line 887 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallShortMethod |
Definition at line 902 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallShortMethodA |
Definition at line 904 of file JNINativeInterface.cs.
|
static |
Definition at line 351 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallShortMethodV |
Definition at line 903 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticBooleanMethod |
Definition at line 994 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticBooleanMethodA |
Definition at line 996 of file JNINativeInterface.cs.
|
static |
Definition at line 394 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticBooleanMethodV |
Definition at line 995 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticByteMethod |
Definition at line 998 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticByteMethodA |
Definition at line 1000 of file JNINativeInterface.cs.
|
static |
Definition at line 395 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticByteMethodV |
Definition at line 999 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticCharMethod |
Definition at line 1002 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticCharMethodA |
Definition at line 1004 of file JNINativeInterface.cs.
|
static |
Definition at line 396 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticCharMethodV |
Definition at line 1003 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticDoubleMethod |
Definition at line 1022 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticDoubleMethodA |
Definition at line 1024 of file JNINativeInterface.cs.
|
static |
Definition at line 401 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticDoubleMethodV |
Definition at line 1023 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticFloatMethod |
Definition at line 1018 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticFloatMethodA |
Definition at line 1020 of file JNINativeInterface.cs.
|
static |
Definition at line 400 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticFloatMethodV |
Definition at line 1019 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticIntMethod |
Definition at line 1010 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticIntMethodA |
Definition at line 1012 of file JNINativeInterface.cs.
|
static |
Definition at line 398 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticIntMethodV |
Definition at line 1011 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticLongMethod |
Definition at line 1014 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticLongMethodA |
Definition at line 1016 of file JNINativeInterface.cs.
|
static |
Definition at line 399 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticLongMethodV |
Definition at line 1015 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticObjectMethod |
Definition at line 990 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticObjectMethodA |
Definition at line 992 of file JNINativeInterface.cs.
|
static |
Definition at line 393 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticObjectMethodV |
Definition at line 991 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticShortMethod |
Definition at line 1006 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticShortMethodA |
Definition at line 1008 of file JNINativeInterface.cs.
|
static |
Definition at line 397 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticShortMethodV |
Definition at line 1007 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticVoidMethod |
Definition at line 1026 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticVoidMethodA |
Definition at line 1028 of file JNINativeInterface.cs.
|
static |
Definition at line 402 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallStaticVoidMethodV |
Definition at line 1027 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallVoidMethod |
Definition at line 922 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallVoidMethodA |
Definition at line 924 of file JNINativeInterface.cs.
|
static |
Definition at line 356 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.CallVoidMethodV |
Definition at line 923 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.DefineClass |
Definition at line 846 of file JNINativeInterface.cs.
|
static |
Definition at line 309 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.DeleteGlobalRef |
Definition at line 870 of file JNINativeInterface.cs.
|
static |
Definition at line 333 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.DeleteLocalRef |
Definition at line 871 of file JNINativeInterface.cs.
|
static |
Definition at line 334 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.DeleteWeakGlobalRef |
Definition at line 1130 of file JNINativeInterface.cs.
|
static |
Definition at line 504 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.EnsureLocalCapacity |
Definition at line 874 of file JNINativeInterface.cs.
|
static |
Definition at line 337 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ExceptionCheck |
Definition at line 1132 of file JNINativeInterface.cs.
|
static |
Definition at line 506 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ExceptionClear |
Definition at line 863 of file JNINativeInterface.cs.
|
static |
Definition at line 326 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ExceptionDescribe |
Definition at line 862 of file JNINativeInterface.cs.
|
static |
Definition at line 325 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ExceptionOccurred |
Definition at line 861 of file JNINativeInterface.cs.
|
static |
Definition at line 324 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.FatalError |
Definition at line 864 of file JNINativeInterface.cs.
|
static |
Definition at line 327 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.FindClass |
Definition at line 847 of file JNINativeInterface.cs.
|
static |
Definition at line 310 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.FromReflectedField |
Definition at line 850 of file JNINativeInterface.cs.
|
static |
Definition at line 313 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.FromReflectedMethod |
Definition at line 849 of file JNINativeInterface.cs.
|
static |
Definition at line 312 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetArrayLength |
Definition at line 1061 of file JNINativeInterface.cs.
|
static |
Definition at line 435 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetBooleanArrayElements |
Definition at line 1076 of file JNINativeInterface.cs.
|
static |
Definition at line 450 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetBooleanArrayRegion |
Definition at line 1094 of file JNINativeInterface.cs.
|
static |
Definition at line 468 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetBooleanField |
Definition at line 969 of file JNINativeInterface.cs.
|
static |
Definition at line 372 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetByteArrayElements |
Definition at line 1077 of file JNINativeInterface.cs.
|
static |
Definition at line 451 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetByteArrayRegion |
Definition at line 1095 of file JNINativeInterface.cs.
|
static |
Definition at line 469 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetByteField |
Definition at line 970 of file JNINativeInterface.cs.
|
static |
Definition at line 373 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetCharArrayElements |
Definition at line 1078 of file JNINativeInterface.cs.
|
static |
Definition at line 452 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetCharArrayRegion |
Definition at line 1096 of file JNINativeInterface.cs.
|
static |
Definition at line 470 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetCharField |
Definition at line 971 of file JNINativeInterface.cs.
|
static |
Definition at line 374 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetDirectBufferAddress |
Definition at line 1135 of file JNINativeInterface.cs.
|
static |
Definition at line 509 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetDirectBufferCapacity |
Definition at line 1136 of file JNINativeInterface.cs.
|
static |
Definition at line 510 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetDoubleArrayElements |
Definition at line 1083 of file JNINativeInterface.cs.
|
static |
Definition at line 457 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetDoubleArrayRegion |
Definition at line 1101 of file JNINativeInterface.cs.
|
static |
Definition at line 475 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetDoubleField |
Definition at line 976 of file JNINativeInterface.cs.
|
static |
Definition at line 379 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetFieldID |
Definition at line 966 of file JNINativeInterface.cs.
|
static |
Definition at line 369 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetFloatArrayElements |
Definition at line 1082 of file JNINativeInterface.cs.
|
static |
Definition at line 456 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetFloatArrayRegion |
Definition at line 1100 of file JNINativeInterface.cs.
|
static |
Definition at line 474 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetFloatField |
Definition at line 975 of file JNINativeInterface.cs.
|
static |
Definition at line 378 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetIntArrayElements |
Definition at line 1080 of file JNINativeInterface.cs.
|
static |
Definition at line 454 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetIntArrayRegion |
Definition at line 1098 of file JNINativeInterface.cs.
|
static |
Definition at line 472 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetIntField |
Definition at line 973 of file JNINativeInterface.cs.
|
static |
Definition at line 376 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetJavaVM |
Definition at line 1118 of file JNINativeInterface.cs.
|
static |
Definition at line 492 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetLongArrayElements |
Definition at line 1081 of file JNINativeInterface.cs.
|
static |
Definition at line 455 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetLongArrayRegion |
Definition at line 1099 of file JNINativeInterface.cs.
|
static |
Definition at line 473 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetLongField |
Definition at line 974 of file JNINativeInterface.cs.
|
static |
Definition at line 377 of file JNINativeInterface.cs.
|
static |
Definition at line 306 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetMethodID |
Definition at line 884 of file JNINativeInterface.cs.
|
static |
Definition at line 345 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetObjectArrayElement |
Definition at line 1064 of file JNINativeInterface.cs.
|
static |
Definition at line 438 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetObjectClass |
Definition at line 881 of file JNINativeInterface.cs.
|
static |
Definition at line 342 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetObjectField |
Definition at line 968 of file JNINativeInterface.cs.
|
static |
Definition at line 371 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetObjectRefType |
Definition at line 1138 of file JNINativeInterface.cs.
|
static |
Definition at line 512 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetPrimitiveArrayCritical |
Definition at line 1123 of file JNINativeInterface.cs.
|
static |
Definition at line 497 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetShortArrayElements |
Definition at line 1079 of file JNINativeInterface.cs.
|
static |
Definition at line 453 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetShortArrayRegion |
Definition at line 1097 of file JNINativeInterface.cs.
|
static |
Definition at line 471 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetShortField |
Definition at line 972 of file JNINativeInterface.cs.
|
static |
Definition at line 375 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticBooleanField |
Definition at line 1032 of file JNINativeInterface.cs.
|
static |
Definition at line 406 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticByteField |
Definition at line 1033 of file JNINativeInterface.cs.
|
static |
Definition at line 407 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticCharField |
Definition at line 1034 of file JNINativeInterface.cs.
|
static |
Definition at line 408 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticDoubleField |
Definition at line 1039 of file JNINativeInterface.cs.
|
static |
Definition at line 413 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticFieldID |
Definition at line 1030 of file JNINativeInterface.cs.
|
static |
Definition at line 404 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticFloatField |
Definition at line 1038 of file JNINativeInterface.cs.
|
static |
Definition at line 412 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticIntField |
Definition at line 1036 of file JNINativeInterface.cs.
|
static |
Definition at line 410 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticLongField |
Definition at line 1037 of file JNINativeInterface.cs.
|
static |
Definition at line 411 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticMethodID |
Definition at line 988 of file JNINativeInterface.cs.
|
static |
Definition at line 391 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticObjectField |
Definition at line 1031 of file JNINativeInterface.cs.
|
static |
Definition at line 405 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStaticShortField |
Definition at line 1035 of file JNINativeInterface.cs.
|
static |
Definition at line 409 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringChars |
Definition at line 1053 of file JNINativeInterface.cs.
|
static |
Definition at line 427 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringCritical |
Definition at line 1126 of file JNINativeInterface.cs.
|
static |
Definition at line 500 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringLength |
Definition at line 1052 of file JNINativeInterface.cs.
|
static |
Definition at line 426 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringRegion |
Definition at line 1120 of file JNINativeInterface.cs.
|
static |
Definition at line 494 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringUTFChars |
Definition at line 1058 of file JNINativeInterface.cs.
|
static |
Definition at line 432 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringUTFLength |
Definition at line 1057 of file JNINativeInterface.cs.
|
static |
Definition at line 431 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetStringUTFRegion |
Definition at line 1121 of file JNINativeInterface.cs.
|
static |
Definition at line 495 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetSuperclass |
Definition at line 854 of file JNINativeInterface.cs.
|
static |
Definition at line 317 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.GetVersion |
Definition at line 845 of file JNINativeInterface.cs.
|
static |
Definition at line 308 of file JNINativeInterface.cs.
|
static |
Definition at line 297 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.IsAssignableFrom |
Definition at line 855 of file JNINativeInterface.cs.
|
static |
Definition at line 318 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.IsInstanceOf |
Definition at line 882 of file JNINativeInterface.cs.
|
static |
Definition at line 343 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.IsSameObject |
Definition at line 872 of file JNINativeInterface.cs.
|
static |
Definition at line 335 of file JNINativeInterface.cs.
|
static |
Definition at line 296 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.MonitorEnter |
Definition at line 1115 of file JNINativeInterface.cs.
|
static |
Definition at line 489 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.MonitorExit |
Definition at line 1116 of file JNINativeInterface.cs.
|
static |
Definition at line 490 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewBooleanArray |
Definition at line 1067 of file JNINativeInterface.cs.
|
static |
Definition at line 441 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewByteArray |
Definition at line 1068 of file JNINativeInterface.cs.
|
static |
Definition at line 442 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewCharArray |
Definition at line 1069 of file JNINativeInterface.cs.
|
static |
Definition at line 443 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewDirectByteBuffer |
Definition at line 1134 of file JNINativeInterface.cs.
|
static |
Definition at line 508 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewDoubleArray |
Definition at line 1074 of file JNINativeInterface.cs.
|
static |
Definition at line 448 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewFloatArray |
Definition at line 1073 of file JNINativeInterface.cs.
|
static |
Definition at line 447 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewGlobalRef |
Definition at line 869 of file JNINativeInterface.cs.
|
static |
Definition at line 332 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewIntArray |
Definition at line 1071 of file JNINativeInterface.cs.
|
static |
Definition at line 445 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewLocalRef |
Definition at line 873 of file JNINativeInterface.cs.
|
static |
Definition at line 336 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewLongArray |
Definition at line 1072 of file JNINativeInterface.cs.
|
static |
Definition at line 446 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewObject |
Definition at line 877 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewObjectA |
Definition at line 879 of file JNINativeInterface.cs.
|
static |
Definition at line 340 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewObjectArray |
Definition at line 1063 of file JNINativeInterface.cs.
|
static |
Definition at line 437 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewObjectV |
Definition at line 878 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewShortArray |
Definition at line 1070 of file JNINativeInterface.cs.
|
static |
Definition at line 444 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewString |
Definition at line 1051 of file JNINativeInterface.cs.
|
static |
Definition at line 425 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewStringUTF |
Definition at line 1056 of file JNINativeInterface.cs.
|
static |
Definition at line 430 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.NewWeakGlobalRef |
Definition at line 1129 of file JNINativeInterface.cs.
|
static |
Definition at line 503 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.PopLocalFrame |
Definition at line 867 of file JNINativeInterface.cs.
|
static |
Definition at line 330 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.PushLocalFrame |
Definition at line 866 of file JNINativeInterface.cs.
|
static |
Definition at line 329 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.RegisterNatives |
Definition at line 1112 of file JNINativeInterface.cs.
|
static |
Definition at line 486 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseBooleanArrayElements |
Definition at line 1085 of file JNINativeInterface.cs.
|
static |
Definition at line 459 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseByteArrayElements |
Definition at line 1086 of file JNINativeInterface.cs.
|
static |
Definition at line 460 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseCharArrayElements |
Definition at line 1087 of file JNINativeInterface.cs.
|
static |
Definition at line 461 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseDoubleArrayElements |
Definition at line 1092 of file JNINativeInterface.cs.
|
static |
Definition at line 466 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseFloatArrayElements |
Definition at line 1091 of file JNINativeInterface.cs.
|
static |
Definition at line 465 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseIntArrayElements |
Definition at line 1089 of file JNINativeInterface.cs.
|
static |
Definition at line 463 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseLongArrayElements |
Definition at line 1090 of file JNINativeInterface.cs.
|
static |
Definition at line 464 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleasePrimitiveArrayCritical |
Definition at line 1124 of file JNINativeInterface.cs.
|
static |
Definition at line 498 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseShortArrayElements |
Definition at line 1088 of file JNINativeInterface.cs.
|
static |
Definition at line 462 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseStringChars |
Definition at line 1054 of file JNINativeInterface.cs.
|
static |
Definition at line 428 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseStringCritical |
Definition at line 1127 of file JNINativeInterface.cs.
|
static |
Definition at line 501 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ReleaseStringUTFChars |
Definition at line 1059 of file JNINativeInterface.cs.
|
static |
Definition at line 433 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.reserved0 |
Definition at line 840 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.reserved1 |
Definition at line 841 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.reserved2 |
Definition at line 842 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.reserved3 |
Definition at line 844 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetBooleanArrayRegion |
Definition at line 1103 of file JNINativeInterface.cs.
|
static |
Definition at line 477 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetBooleanField |
Definition at line 979 of file JNINativeInterface.cs.
|
static |
Definition at line 382 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetByteArrayRegion |
Definition at line 1104 of file JNINativeInterface.cs.
|
static |
Definition at line 478 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetByteField |
Definition at line 980 of file JNINativeInterface.cs.
|
static |
Definition at line 383 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetCharArrayRegion |
Definition at line 1105 of file JNINativeInterface.cs.
|
static |
Definition at line 479 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetCharField |
Definition at line 981 of file JNINativeInterface.cs.
|
static |
Definition at line 384 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetDoubleArrayRegion |
Definition at line 1110 of file JNINativeInterface.cs.
|
static |
Definition at line 484 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetDoubleField |
Definition at line 986 of file JNINativeInterface.cs.
|
static |
Definition at line 389 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetFloatArrayRegion |
Definition at line 1109 of file JNINativeInterface.cs.
|
static |
Definition at line 483 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetFloatField |
Definition at line 985 of file JNINativeInterface.cs.
|
static |
Definition at line 388 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetIntArrayRegion |
Definition at line 1107 of file JNINativeInterface.cs.
|
static |
Definition at line 481 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetIntField |
Definition at line 983 of file JNINativeInterface.cs.
|
static |
Definition at line 386 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetLongArrayRegion |
Definition at line 1108 of file JNINativeInterface.cs.
|
static |
Definition at line 482 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetLongField |
Definition at line 984 of file JNINativeInterface.cs.
|
static |
Definition at line 387 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetObjectArrayElement |
Definition at line 1065 of file JNINativeInterface.cs.
|
static |
Definition at line 439 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetObjectField |
Definition at line 978 of file JNINativeInterface.cs.
|
static |
Definition at line 381 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetShortArrayRegion |
Definition at line 1106 of file JNINativeInterface.cs.
|
static |
Definition at line 480 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetShortField |
Definition at line 982 of file JNINativeInterface.cs.
|
static |
Definition at line 385 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticBooleanField |
Definition at line 1042 of file JNINativeInterface.cs.
|
static |
Definition at line 416 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticByteField |
Definition at line 1043 of file JNINativeInterface.cs.
|
static |
Definition at line 417 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticCharField |
Definition at line 1044 of file JNINativeInterface.cs.
|
static |
Definition at line 418 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticDoubleField |
Definition at line 1049 of file JNINativeInterface.cs.
|
static |
Definition at line 423 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticFloatField |
Definition at line 1048 of file JNINativeInterface.cs.
|
static |
Definition at line 422 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticIntField |
Definition at line 1046 of file JNINativeInterface.cs.
|
static |
Definition at line 420 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticLongField |
Definition at line 1047 of file JNINativeInterface.cs.
|
static |
Definition at line 421 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticObjectField |
Definition at line 1041 of file JNINativeInterface.cs.
|
static |
Definition at line 415 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.SetStaticShortField |
Definition at line 1045 of file JNINativeInterface.cs.
|
static |
Definition at line 419 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.Throw |
Definition at line 859 of file JNINativeInterface.cs.
|
static |
Definition at line 322 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ThrowNew |
Definition at line 860 of file JNINativeInterface.cs.
|
static |
Definition at line 323 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ToReflectedField |
Definition at line 857 of file JNINativeInterface.cs.
|
static |
Definition at line 320 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.ToReflectedMethod |
Definition at line 852 of file JNINativeInterface.cs.
|
static |
Definition at line 315 of file JNINativeInterface.cs.
| void* IKVM.Runtime.JNI.JNINativeInterface.UnregisterNatives |
Definition at line 1113 of file JNINativeInterface.cs.
|
static |
Definition at line 487 of file JNINativeInterface.cs.
|
staticget |
Gets a pointer to the JNINativeInterface table.
Definition at line 302 of file JNINativeInterface.cs.