Click or drag to resize

IJVMBridgeCore Interface

Generic interface for every Java bridged class

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
public interface IJVMBridgeCore

The IJVMBridgeCore type exposes the following members.

Properties
 NameDescription
Public propertyDynJVM The dynamic entry point for JVM operations. It permits to write code in .NET languages using a syntax not far from the one available in Java.
Public propertyJVM The entry point for direct JVM operations. Use DynJVM to write code like you made in Java
Public propertyLowLevelOperations The entry point for low level operations like DetachThread
Public propertyManagement The entry point for management operations
Top
Extension Methods
 NameDescription
Public Extension MethodGlobalize Creates a new global instance pointer
(Defined by JCOBridge)
Top
See Also