Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clear Class
Message
 
 
À
27/04/2007 13:50:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01220486
Message ID:
01220490
Vues:
21
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform