 | JCOBridge Class |
General helper class
Inheritance Hierarchy Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.5.21.241219-a6a144ea07c497c3a9a1be842408e852afb458be
Syntaxpublic static class JCOBridge
<ExtensionAttribute>
Public NotInheritable Class JCOBridge
The JCOBridge type exposes the following members.
Properties
Methods | Name | Description |
---|
  | Convert(JavaException) |
Converts a generic JavaException into a known exception
|
  | ConvertTException(JavaException) |
Converts a generic JavaException into a known exception
|
  | GetMainClasses |
Retrieve all Main-Class from the assembly |
 | Globalize(IJVMBridgeCore, Boolean) |
Creates a new global instance pointer
|
  | GlobalizeTClass |
Initialize and globalize the class
|
  | Launch(Type, String) |
Launch the type with the args arguments
|
  | LaunchTClass(String) |
Launch the TClass class with the args arguments
|
  | RegisterException(Type) |
Registers a generic Type, which inherit from JVMBridgeException, to be used in ConvertTException(JavaException) |
  | RegisterExceptionTException |
Registers a generic TException, which inherit from JVMBridgeException, to be used in ConvertTException(JavaException) |
 | RegisterExceptions(Assembly) |
Registers a set of JVMBridgeException to be used in ConvertTException(JavaException) |
  | RegisterExceptions(IEnumerableType) |
Registers a generic Type, which inherit from JVMBridgeException, to be used in ConvertTException(JavaException) |
  | RegisterWrapper(Type, Type) |
Registers a wrapper class to be used when generics has interfaces
|
  | RegisterWrapperTWrapper, TInterface |
Registers a wrapper class to be used when generics has interfaces
|
  | SetEventOrExceptionHandler |
Set a user defined EventHandlerTEventArgs to receive info from JCOBridge
|
Top
See Also