Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clear Class
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01220486
Message ID:
01220490
Views:
27
>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
>
I would guess that for each object you instantiated the class definition would be in memory. Would it be always released when you release the object - that's the question. Doesn't seem to me it's the case.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform