INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Is garbage collection enabled?
-- Disable garbage collection
-- Enable garbage collection
-- Action to be executed just before garbage collection
-- reclaims an object.
-- Default version does nothing; redefine in descendants
-- to perform specific dispose actions. Those actions
-- should only take care of freeing external resources
-- they should not perform remote calls on other objects
-- since these may also be dead and reclaimed
-- Force a full collection cycle if garbage
-- collection is enabled; do nothing otherwise
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |