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
Obsolete
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
Obsolete
Public methodGetJCGraphicContainer(String, Boolean) Requests to allocate a remote graphic container to host the Component with class name className
Obsolete
Public methodGetJVMGlobal Get previously registered IJavaObject from JVM global mapper
Obsolete
Public methodGetListener Returns the IJVMBridgeBase listener reference associated to the JVM reference
Obsolete
Public methodStatic memberGetMainClasses Retrieve all Main-Class from the assembly
Obsolete
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodCode exampleImportPackage Imports a Java package to be used within the program
Obsolete
Public methodInitializeListener Request the initialization of the Listener from the JVM. The listener is a new class which inherits from JVMBridgeListener or JVMBridgeListener
Obsolete
Public methodStatic memberLaunch(Type, String) Launch the type with the args arguments
Obsolete
Public methodStatic memberLaunchTClass(String) Launch the TClass with the args arguments
Obsolete
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodPostInitialization Override the method to manage post initialization step
Protected methodPreInitialization Override the method to setup some information, this is the first method invoked: some settings can be applied here like SetEventOrExceptionHandler(EventHandlerEventOrExceptionEventArgs)
Protected methodProcessCommandLine Process command line arguments
Public methodRegisterCLRGlobal Register the object into the global CLR mapper.
Obsolete
Public methodReleaseJCGraphicContainer Reelase a IJCGraphicContainer from the JVM
Obsolete
Public methodReleaseListener Release a IJVMBridgeBase listener reference from the JVM
Obsolete
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnregisterCLRGlobal Unregister the object from the global CLR mapper.
Obsolete
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 MethodToNative Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions)
Top
See Also