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