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.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public interface IJVMWrapperStatistics

The IJVMWrapperStatistics type exposes the following members.

Properties
 NameDescription
Public propertyExceptionJNICalls Total exceptions raised from JNI methods invocations
Public propertyGlobalRefCount Current global reference count
Public propertyLazyCounting Returns if the lazy counting is enabled
Public propertyLocalRefCount Current local reference count
Public propertyTotalJavaVMCalls Total invocations of Java VM methods
Public propertyTotalJNICalls Total invocations of JNI methods
Public propertyTotalTimeInJNICalls Total time spent in invocations of JNI methods
Obsolete
Public propertyUptime Application up-time in milliseconds
Public propertyWeakGlobalRefCount Current weak global reference count
Top
See Also