GarbageCollect (Object subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
Line 10: Line 10:
</table>
</table>
==Usage notes==
==Usage notes==
For more information about garbage collection, see [[Global and session objects#Managing object storage|Managing object storage]].
==Examples==
==Examples==
==See also==
==See also==
{{Template:Object:GarbageCollect footer}}
{{Template:Object:GarbageCollect footer}}

Revision as of 20:49, 7 August 2014

Clean up unreachable objects (Object class)


This page is under construction.

Syntax

%(Object):GarbageCollect

Syntax terms

%(Object) The class name in parentheses denotes a shared method. GarbageCollect can also be invoked via a Object object variable, which may be Null.

Usage notes

For more information about garbage collection, see Managing object storage.

Examples

See also