Click or drag to resize

SetupJVMWrapper Methods

The SetupJVMWrapper type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Finalize an instance of SetupJVMWrapper
(Overrides ObjectFinalize)
Public methodGetCLRGlobal Get previously registered Object from CLR global mapper
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetJCGraphicContainer(IJavaObject, Boolean) Requests to allocate a remote graphic container to host the Component in graphicObject
Public methodGetJCGraphicContainer(String, Boolean) Requests to allocate a remote graphic container to host the Component with class name className
Public methodGetJVMGlobal Get previously registered IJavaObject from JVM global mapper
Public methodGetListener Returns the IJVMBridgeBase listener reference associated to the JVM reference
Public methodStatic memberGetMainClasses Retrieve all Main-Class from the assembly
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleImportPackage Imports a Java package to be used within the program
Public methodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener or JVMBridgeListener
Public methodStatic memberLaunch(Type, String) Launch the type with the args arguments
Public methodStatic memberLaunchTClass(String) Launch the TClass with the args arguments
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodProcessCommandLine Process command line arguments
Public methodRegisterCLRGlobal Register the object into the global CLR mapper.
Public methodReleaseJCGraphicContainer Reelase a IJCGraphicContainer from the JVM
Public methodReleaseListener Release a IJVMBridgeBase listener reference from the JVM
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnregisterCLRGlobal Unregister the object from the global CLR mapper.
Public methodUnwrapAndDemonizeOnT Creates and unwrap the JVM instance as daemon
Public methodUnwrapOnT Creates and unwrap the JVM instance
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn Converts a generic object
(Defined by JCOBridgeExtensions)
Public Extension MethodGlobalize Creates a new global instance pointer
(Defined by JCOBridge)
Public Extension MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also