![]() | JVMBridge |
The JVMBridgeMainExtensible<TClass> type exposes the following members.
Name | Description | |
---|---|---|
![]() | BridgeClassName |
Java class name to be instantiated
(Inherited from JVMBridgeBase) |
![]() | BridgeInstance |
The IJavaObject instance
(Inherited from JVMBridgeBase) |
![]() | DynBridgeInstance |
The dynamic accessor to BridgeInstance (Inherited from JVMBridgeBase) |
![]() | IsBridgeAbstract | true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeBase) |
![]() | IsBridgeCloseable | true if the BridgeClassName implements Closeable
(Inherited from JVMBridgeBase) |
![]() | IsBridgeInterface | true if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeBase) |
![]() | IsBridgeListener | true if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from JVMBridgeBase) |
![]() | IsBridgeStatic | true if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from JVMBridgeBase) |