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.14.220818-82c2bf79b6e60a4d98fb4d1695305d68a91adf44
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