IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
jobjectRefType.cs
Go to the documentation of this file.
1
namespace
IKVM.Runtime.JNI
2
{
3
4
enum
JObjectRefType
:
int
5
{
6
7
JNIInvalidRefType
= 0,
8
JNILocalRefType
= 1,
9
JNIGlobalRefType
= 2,
10
JNIWeakGlobalRefType
= 3
11
12
}
13
14
}
IKVM.Runtime.JNI
Definition
JavaVM.cs:31
IKVM.Runtime.JNI.JObjectRefType
JObjectRefType
Definition
jobjectRefType.cs:5
IKVM.Runtime.JNI.JObjectRefType.JNILocalRefType
@ JNILocalRefType
IKVM.Runtime.JNI.JObjectRefType.JNIInvalidRefType
@ JNIInvalidRefType
IKVM.Runtime.JNI.JObjectRefType.JNIWeakGlobalRefType
@ JNIWeakGlobalRefType
IKVM.Runtime.JNI.JObjectRefType.JNIGlobalRefType
@ JNIGlobalRefType
src
IKVM.Runtime
JNI
jobjectRefType.cs
Generated by
1.12.0