I’m working on a C# application.
Some time ago, I had a problem with memory increase at a customer. This was due to the fact that that customer had installed TrendMicro, an application which creates a timer inside my application, heavily increasing the memory usage.
I’d like to know if there’s a way to avoid this: can I program my application in order to block the creation of timers from external applications?
In case you don’t understand what I mean, this is a pictureof the list of threads in my application:
Those Trend Micro things are also found in the list of modules of my application:
Thanks in advance