C
cnimrod
Hi,
I need to "catch" every object that is tring to be written to memory
(every line like String s = new String() and etc.)
Can I overload it? Can Ioverride it?
I need it to be general in all my solution and with out doing anything
specail in the other projects (like inheritance from interface or
abstract class).
Thanks,
Nimrod
I need to "catch" every object that is tring to be written to memory
(every line like String s = new String() and etc.)
Can I overload it? Can Ioverride it?
I need it to be general in all my solution and with out doing anything
specail in the other projects (like inheritance from interface or
abstract class).
Thanks,
Nimrod