MASES. |
Class | Description | |
---|---|---|
ClassPathBuilder | An helper class to build ClassPath | |
CLREventData | Base class for event information. Extend this to manage event associated data | |
CLREventDataTObject | A class for event information, it extends CLREventData, adding management of simple object like bool, string, byte, and so on/> | |
CLRListenerEventArgsTDataClass | Generic event args used by AddEventHandlerTDataClass(String, EventHandlerCLRListenerEventArgsTDataClass) | |
EventOrExceptionEventArgs | A class containing the information to be reported in the | |
JCOBridge | General helper class | |
JCOBridgeDirectBufferT | A class to manage shared memory between .NET and JVM using a memory region created in the CLR and shared with the JVM using https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html | |
JCOBridgeExtensions | General class with helpers for JVM initialization | |
JCWindowsManager | Class to manage windows initialization and positioning, it is the input of Initialize(JCWindowsManager) | |
JVMBridgeAutoLock | Helper class to automatically release lock by a using clause | |
JVMBridgeBase | Public entry point of JVMBridgeBase | |
JVMBridgeBaseTClass | Public entry point of JVMBridgeBaseTClass | |
JVMBridgeBaseTClass, TInterface | Public entry point of JVMBridgeBaseTClass | |
JVMBridgeBaseEnumerableTClass | A generic IEnumerable used to manage Java Iterable | |
JVMBridgeBaseEnumerableTClass, TObject | A generic IEnumerableT used to manage Java Iterable | |
JVMBridgeBaseEnumerator | A generic enumerator used to manage Java Iterator | |
JVMBridgeBaseEnumeratorTObject | A generic enumerator used to manage Java Iterator | |
JVMBridgeBasePrefetchableEnumerator | A generic enumerator used to manage Java Iterator able to prefetch data | |
JVMBridgeBasePrefetchableEnumeratorTObject | A generic enumerator used to manage Java Iterator | |
JVMBridgeException | Java Exception base class | |
JVMBridgeExceptionTException | Java Exception class extending JVMBridgeException | |
JVMBridgeListener | Base class managing events from JVM. Implements IJVMBridgeBase. Extend this base class to manage events from the JVM | |
JVMBridgeListenerCLRListenerWrapper | Internal class | |
JVMBridgeMainTClass | Execute directly the class implementing the Java "main" method | |
JVMBridgeMainExtensibleTClass | Execute directly the class implementing the Java "main" method | |
JVMBridgeRunnerTClass | Runs directly the class implementing the Java "main" method | |
SetupJVMWrapper | Main entry point for JVM languages setup and execution. | |
SetupJVMWrapperT |
Main entry point for JVM languages setup and execution. Extend this class to use external threading |
Interface | Description | |
---|---|---|
IConverterBridge | Interface used from IEnumerableExtension for type conversion | |
IEnumerableExtension | Interface used to extend functionalities of IEnumerable | |
IJCGraphicContainer | The interface which manages interaction with remote Graphic Container. It is the main interface to insert a Java Control within a WPF/WinForms application | |
IJVMBridgeBase | Generic interface containing accessor of every JVMBridgeBase | |
IJVMBridgeBaseConvertTIn, TOut | Generic interface containing accessor for IJavaType of every typed JVMBridgeBase | |
IJVMBridgeBaseStatic | Generic interface containing accessor for IJavaType of every typed JVMBridgeBase | |
IJVMBridgeCore | Generic interface for every Java bridged class | |
IJVMBridgeDefinition | Generic interface containing definition of every JVMBridgeBase | |
IJVMBridgeMain | Public interface to identify a class which is a Main-Class |