Click or drag to resize

IJVMWrapperStatistics Interface

Public accessor for statistics about JVM JNI pressure

Namespace:  MASES.JCOBridge.C2JBridge.JVMInterop
Assembly:  C2JBridge (in C2JBridge.dll) Version: 2.4.12.220507-908f547aedf9e08963d047b783e99d6b2ed61a1c
Syntax
public interface IJVMWrapperStatistics

The IJVMWrapperStatistics type exposes the following members.

Properties
  NameDescription
Public propertyExceptionJNICalls
Total invocation of JNI methods with an exception
Public propertyGlobalRefCount
Current global reference count
Public propertyLocalRefCount
Current local reference count
Public propertyTotalJNICalls
Total invocation of JNI methods
Public propertyWeakGlobalRefCount
Current weak global reference count
Top
See Also