Click or drag to resize

IJVMWrapper Properties

The IJVMWrapper type exposes the following members.

Properties
 NameDescription
Public propertyEnableCriticalMethods 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)
Public propertyEnableCriticalMethodsOnGet Always enable/disable use of critical methods, within JNI interface, to get native type arrays
(Inherited from IJVMWrapperManagement)
Public propertyEnableCriticalMethodsOnGetThreshold 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)
Public propertyEnableCriticalMethodsOnSet Always enable/disable use of critical methods, within JNI interface, to set native type arrays
(Inherited from IJVMWrapperManagement)
Public propertyEnableCriticalMethodsOnSetThreshold 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)
Public propertyFeatureLevel Reports the feature level of the JVM in use
(Inherited from IJVMWrapperManagement)
Top
See Also