Quote Originally Posted by kabilius View Post
Hi eclipsed4utoo,

Thanks for the reply.
I guess "managed" code just doesn't allow us to have the kind of memory access I am looking for.
kab
You have no idea where an object may be at a given time. The garbage collector manages the heap and may move around things at will. So, watching an object's memory location has no value in this context (not that it wouldn't be nice).