Click or drag to resize

IJVMWrapperInternal Interface

Public accessor for JVM wrapper: it is used internally between CLR and native proxies

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

The IJVMWrapperInternal type exposes the following members.

Properties
  NameDescription
Public propertyExceptionJNICalls
Total invocation of JNI methods with an exception
(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 propertyTotalJNICalls
Total invocation of JNI methods
(Inherited from IJVMWrapperStatistics.)
Public propertyWeakGlobalRefCount
Current weak global reference count
(Inherited from IJVMWrapperStatistics.)
Top
Methods
See Also