GarbageCollector.AutoCollectionEnabled Property

Top 

Description

Enable or disable automatic garbage collection. This is an advanced setting which should not normally be changed.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myGarbageCollector1.AutoCollectionEnabled;

 

myGarbageCollector1.AutoCollectionEnabled = myVariable1;

 

See also

GarbageCollector Object