Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clean up .NET resources
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
Clean up .NET resources
Divers
Thread ID:
01315414
Message ID:
01315414
Vues:
49
Hello,

I am using the NET Extender in VFP and have the following question:

How can I clean up properly the resources when I use an assembly.

For instance I have an assembly that has a class:
lcAssembly = "XEngine.exe"
lcClass = "xEngine.Form1"
loNetObj = CLRNewObject(lcClass,lcAssembly)
loNetObj.Show()
now to close the form I issue:
loNetObj.Close()
But the XEngine.exe is still loaded somehow in memory. How can I clean up the resources?
Christian Isberner
Software Consultant
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform