|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Maintains a JNINativeInterface structure in memory. More...
Public Member Functions | |
| JNINativeInterfaceHandle () | |
| Initializes a new instance. | |
Static Public Attributes | |
| static readonly JNINativeInterfaceHandle | Instance = new() |
| Gets a reference to the JNINativeInterface instance. | |
Protected Member Functions | |
| override bool | ReleaseHandle () |
| Releases the handle. | |
Properties | |
| JNINativeInterface * | Handle [get] |
| Gets the handle to the JNIEnv structure. | |
Maintains a JNINativeInterface structure in memory.
Definition at line 48 of file JNINativeInterface.cs.
| IKVM.Runtime.JNI.JNINativeInterface.JNINativeInterfaceHandle.JNINativeInterfaceHandle | ( | ) |
Initializes a new instance.
Definition at line 59 of file JNINativeInterface.cs.
|
protected |
Releases the handle.
Definition at line 74 of file JNINativeInterface.cs.
|
static |
Gets a reference to the JNINativeInterface instance.
Definition at line 54 of file JNINativeInterface.cs.
|
get |
Gets the handle to the JNIEnv structure.
Definition at line 68 of file JNINativeInterface.cs.