JuggerNET Runtime Library

IJvmOptions.CheckJni Property

Performs additional validation on JNI calls if set to true.

[ConfigOption(OptionName="null", Name="null")]
bool CheckJni {get; set;}

Remarks

Setting this option can have a dramatic negative impact on performance, so only use it if you want to validate that all JNI-related operations are behaving as they should.

See Also

IJvmOptions Interface | Codemesh.JuggerNET Namespace