Click or drag to resize

JCOBridge Class

General helper class
Inheritance Hierarchy
SystemObject
  MASES.JCOBridge.C2JBridgeJCOBridge

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.10.240120-2a3d9d79d92bde9fdf6d46131ee31d20c12fe372
Syntax
public static class JCOBridge

The JCOBridge type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberGlobal The global instance pointer set with Globalize(IJVMBridgeCore, Boolean)
Top
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(IJVMBridgeCore, Boolean) Creates a new global instance pointer
Public methodStatic memberGlobalizeTClass Initialize and globalize the class
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