The type of garbage collection to perform. Used in the IActiveScriptGarbageCollector::CollectGarbage method.
typedef enum tagSCRIPTGCTYPE { SCRIPTGCTYPE_NORMAL = 0, SCRIPTGCTYPE_EXHAUSTIVE = 1,} SCRIPTGCTYPE;
SCRIPTGCTYPE_NORMAL | Do normal garbage collection. The integer value is 0. |
SCRIPTGCTYPE_EXHAUSTIVE | Do exhaustive garbage collection. The integer value is 1. |