Click or drag to resize

SetupJVMWrapperEnableCriticalMethods Property

Use the property available in Management property

Always enable/disable use of critical methods within JNI interface, to get/set native type arrays, single wrapper for EnableCriticalMethodsOnGet and EnableCriticalMethodsOnSet

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.3.250913-47278498b8c67e733ecc289138cddb5aee2e4c7e
Syntax
[ObsoleteAttribute("Use the property available in Management property", 
	true)]
public bool? EnableCriticalMethods { get; set; }

Property Value

NullableBoolean

Implements

IJVMWrapperManagementEnableCriticalMethods
See Also