Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear Class
Message
From
27/04/2007 13:50:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Clear Class
Miscellaneous
Thread ID:
01220486
Message ID:
01220486
Views:
73
I need to clear classes at the end of a process, but I am not sure what classes are still in memory. Is there a way to enumerate loaded classes so that I may release them.
For 1 = 1 to alen(allloadedclasses,1)
  clear class (allloadedclasses(i)
endfor
Next
Reply
Map
View

Click here to load this message in the networking platform