IJVMWrapper Properties |
The IJVMWrapper type exposes the following members.
Name | Description | |
---|---|---|
EnableCriticalMethods |
Always enable/disable use of critical methods within JNI interface, to get/set native type arrays, single wrapper for EnableCriticalMethodsOnGet and EnableCriticalMethodsOnSet (Inherited from IJVMWrapperManagement) | |
EnableCriticalMethodsOnGet |
Always enable/disable use of critical methods, within JNI interface, to get native type arrays
(Inherited from IJVMWrapperManagement) | |
EnableCriticalMethodsOnGetThreshold |
Enable/Disable use of critical methods, within JNI interface, to get native type arrays if the length is over the EnableCriticalMethodsOnSetThreshold. Default is MaxValue (Inherited from IJVMWrapperManagement) | |
EnableCriticalMethodsOnSet |
Always enable/disable use of critical methods, within JNI interface, to set native type arrays
(Inherited from IJVMWrapperManagement) | |
EnableCriticalMethodsOnSetThreshold |
Enable/Disable use of critical methods, within JNI interface, to set native type arrays if the length is over the EnableCriticalMethodsOnSetThreshold. Default is MaxValue (Inherited from IJVMWrapperManagement) | |
FeatureLevel |
Reports the feature level of the JVM in use
(Inherited from IJVMWrapperManagement) |