Table of Contents

Namespace MASES.JCOBridge.C2JBridge.JVMInterop

Classes

JavaException

Encapsulates exceptions from Java.

Interfaces

IDeclaredJavaObject

Interface to directly access all objects allocated from JVM, acts on declared references

IDeclaredJavaType

Generic interface for all types implemented managing declared information

IJVMWrapper

Public aggregate interface, extends IJVMWrapperManagement, IJVMWrapperDirect, IJVMWrapperLow

IJVMWrapperDirect

Public direct accessor for JVM: use this interface to directly manage objects and classes, this interface avoids use of dynamic resolution

IJVMWrapperInternal

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

IJVMWrapperLow

Low level interface to manage JVM

IJVMWrapperManagement

Interface defining methods to manage special behaviors of the CLR/JVM interaction

IJVMWrapperStatistics

Public accessor for statistics about JVM JNI pressure

IJavaArray

Interface for array objects, extends IJavaObjectBase

IJavaObject

Interface to directly access all objects allocated from JVM

IJavaObjectBase

Base interface for all objects allocated from JVM

IJavaType

Generic interface for all types implemented