| | Name | Description |
|---|
  | CastTObject |
Casts the input object implemeneting IJVMBridgeBase into TObject |
  | CheckForPrimitive(Type) |
Check if type is one of string, bool, byte, char, double, float, int, long, short or array of previous types
|
  | CheckForPrimitiveTType |
Check if TType is one of string, bool, byte, char, double, float, int, long, short
|
  | CheckForRawPrimitive(Type) |
Check if type is one of bool, byte, char, double, float, int, long, short or array of previous types
|
  | CheckForRawPrimitiveTType |
Check if TType is one of bool, byte, char, double, float, int, long, short
|
  | Convert(JavaException) |
Converts a generic JavaException into a known exception
|
  | ConvertTException(JavaException) |
Converts a generic JavaException into a known exception
|
  | ConvertTReturn(Object) |
Converts a generic object
|
  | GetMainClasses |
Retrieve all Main-Class from the assembly |
 | Globalize |
Creates a new global instance pointer
|
  | 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
|
  | ToTObject(CLREventData) |
Converts data associated to CLREventData into TObject |
  | ToTObject(CLREventData, Int32) |
Converts extra data associated to CLREventData into TObject |