Click or drag to resize

IJVMWrapperInternal Properties

The IJVMWrapperInternal type exposes the following members.

Properties
 NameDescription
Public propertyExceptionJNICalls Total exceptions raised from JNI methods invocations
(Inherited from IJVMWrapperStatistics)
Public propertyGlobalRefCount Current global reference count
(Inherited from IJVMWrapperStatistics)
Public propertyInitialized Returns the value of initialization
Public propertyLocalRefCount Current local reference count
(Inherited from IJVMWrapperStatistics)
Public propertyTotalJavaVMCalls Total invocations of Java VM methods
(Inherited from IJVMWrapperStatistics)
Public propertyTotalJNICalls Total invocations of JNI methods
(Inherited from IJVMWrapperStatistics)
Public propertyTotalTimeInJNICalls Total time spent in invocations of JNI methods
(Inherited from IJVMWrapperStatistics)
Public propertyUptime Application up-time in milliseconds
(Inherited from IJVMWrapperStatistics)
Public propertyWeakGlobalRefCount Current weak global reference count
(Inherited from IJVMWrapperStatistics)
Top
See Also