Setup |
The SetupJVMWrapper type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize |
Finalize an instance of SetupJVMWrapper (Overrides ObjectFinalize) | |
GetCLRGlobal | Get previously registered Object from CLR global mapper | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetJCGraphicContainer(IJavaObject, Boolean) | Requests to allocate a remote graphic container to host the Component in graphicObject | |
GetJCGraphicContainer(String, Boolean) | Requests to allocate a remote graphic container to host the Component with class name className | |
GetJVMGlobal | Get previously registered IJavaObject from JVM global mapper | |
GetListener | Returns the IJVMBridgeBase listener reference associated to the JVM reference | |
GetMainClasses | Retrieve all Main-Class from the assembly | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ImportPackage | Imports a Java package to be used within the program | |
InitializeListener | Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener or JVMBridgeListener | |
Launch(Type, String) | Launch the type with the args arguments | |
LaunchTClass(String) | Launch the TClass with the args arguments | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ProcessCommandLine | Process command line arguments | |
RegisterCLRGlobal | Register the object into the global CLR mapper. | |
ReleaseJCGraphicContainer | Reelase a IJCGraphicContainer from the JVM | |
ReleaseListener | Release a IJVMBridgeBase listener reference from the JVM | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UnregisterCLRGlobal | Unregister the object from the global CLR mapper. | |
UnwrapAndDemonizeOnT | Creates and unwrap the JVM instance as daemon | |
UnwrapOnT | Creates and unwrap the JVM instance |
Name | Description | |
---|---|---|
ConvertTReturn |
Converts a generic object
(Defined by JCOBridgeExtensions) | |
Globalize |
Creates a new global instance pointer
(Defined by JCOBridge) | |
ToNative |
Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |