User | Kudos |
---|---|
2 | |
2 | |
2 | |
2 | |
2 |
I've recently run into an issue when using external code (ActiveX to be exact) where I needed to explicitly call garbage collection in a similar fashion to how it's done in C# (C Sharp).
The "Request Deallocation" function isn't true garbage collection.
A C# example would be:
someComObject = null;
GC.Collect();
There are situations where it is neccessary to explicitly call garbage collection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has not received any kudos within a year after posting will be automatically declined.