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.3.2.210304-f3821f45d93542a4fb34c013ca105a6afd2f10a2
Syntax
public interface IJVMWrapperInternal : IJVMWrapperStatistics

The IJVMWrapperInternal type exposes the following members.

Properties
  NameDescription
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 propertyWeakGlobalRefCount
Current weak global reference count
(Inherited from IJVMWrapperStatistics.)
Top
Methods
  NameDescription
Public methodDeclaredNew
Create a new JVM object
Public methodDeclaredNewArray
Creates a new array
Public methodResetJniEnv
Resets current JNI env variable
Public methodSetJniEnv
Sets current JNI env variable
Top
See Also