R
Rob Nicholson
Is it possible to patch into the memory allocation mechanism in .NET (VB.NET
specifically). Maybe a call-back everytime an object is created on our
application.
For example, when I do...
Dim MyObj1 As New MyObj()
.....it calls a application wide function to carry out a little more common
initialisation?
Cheers, Rob.
specifically). Maybe a call-back everytime an object is created on our
application.
For example, when I do...
Dim MyObj1 As New MyObj()
.....it calls a application wide function to carry out a little more common
initialisation?
Cheers, Rob.