Click or drag to resize

JCOBridge Methods

The JCOBridge type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConvert(JavaException) Converts a generic JavaException into a known exception
Public methodStatic memberConvertTException(JavaException) Converts a generic JavaException into a known exception
Public methodStatic memberGetMainClasses Retrieve all Main-Class from the assembly
Public Extension MethodGlobalize Creates a new global instance pointer
Public methodStatic memberLaunch(Type, String) Launch the type with the args arguments
Public methodStatic memberLaunchTClass(String) Launch the TClass class with the args arguments
Public methodStatic memberRegisterException(Type) Registers a generic Type, which inherit from JVMBridgeException, to be used in ConvertTException(JavaException)
Public methodStatic memberRegisterExceptionTException Registers a generic TException, which inherit from JVMBridgeException, to be used in ConvertTException(JavaException)
Public Extension MethodRegisterExceptions(Assembly) Registers a set of JVMBridgeException to be used in ConvertTException(JavaException)
Public methodStatic memberRegisterExceptions(IEnumerableType) Registers a generic Type, which inherit from JVMBridgeException, to be used in ConvertTException(JavaException)
Public methodStatic memberRegisterWrapper(Type, Type) Registers a wrapper class to be used when generics has interfaces
Public methodStatic memberRegisterWrapperTWrapper, TInterface Registers a wrapper class to be used when generics has interfaces
Public methodStatic memberSetEventOrExceptionHandler Set a user defined EventHandlerTEventArgs to receive info from JCOBridge
Top
See Also