Click or drag to resize

IJVMBridgeBase Methods

The IJVMBridgeBase type exposes the following members.

Methods
 NameDescription
Public methodCastDirectTNewClass Simplified version of CastToTNewClass which wraps this instance within a new TNewClass class
Public methodCastDirectAndDetachTNewClass Simplified version of CastToAndDetachTNewClass which wraps this instance within a new TNewClass class and detaches BridgeInstance from this instance
Public methodCastDirectAndDisposeTNewClass Simplified version of CastToAndDisposeTNewClass which wraps this instance within a new TNewClass class, detaches BridgeInstance and Dispose this instance
Public methodCastToTNewClass Casts this IJVMBridgeBase object into TNewClass
Public methodCastToAndDetachTNewClass Casts this IJVMBridgeBase object into TNewClass and detaches BridgeInstance from this instance
Public methodCastToAndDisposeTNewClass Casts this IJVMBridgeBase object into TNewClass, detaches BridgeInstance and Dispose this instance
Public methodIsInstanceOf(IJavaType) Verify if this IJVMBridgeBase is an instance of clazz
Public methodIsInstanceOf(String) Verify if this IJVMBridgeBase is an instance of clazz
Public methodIsInstanceOfT Verify if this IJVMBridgeBase is an instance of T
Public methodMonitorEnter Enters the monitor associated with the underlying with this IJVMBridgeBase
Public methodMonitorExit Exits the monitor associated with the underlying with this IJVMBridgeBase
Public methodRuntimeIsInstanceOfT Verify if this IJVMBridgeBase is an instance of T; the constraints of T are checked at runtime, while IsInstanceOfT checks T constraint at compile time
Top
Extension Methods
 NameDescription
Public Extension MethodCastTObject Casts the input object implemeneting IJVMBridgeBase into TObject
(Defined by JCOBridgeExtensions)
Public Extension MethodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener
(Defined by JCOBridgeExtensions)
Public Extension MethodReleaseListener Release a IJVMBridgeBase from the JVM
(Defined by JCOBridgeExtensions)
Public Extension MethodToNative Converts a IJVMBridgeBase input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also