JuggerNET Runtime Library

JvmLoader.UnloadCleanup Method 

An internally used method that removes the reference to the loaded Jvm. This does not actually unload the JVM (use Jvm.Destroy() for that purpose).

public void UnloadCleanup(
   IJvm jvm
);

Parameters

jvm
The JVM that is being destroyed.

Implements

IJvmLoader.UnloadCleanup

See Also

JvmLoader Class | Codemesh.JuggerNET Namespace