Passing unmanaged pointer field contained in managed class to unmanaged code?

I don't see why you'd need to pin it - even if the GC moves obj itself, the value of obj. Ptr shouldn't be affected - and obj. Ptr is passed to your C++ code by value, so it's not like the C++ code can try to change the contents of obj.

Thanks, this is what I am assuming. – Benny Jul 3 '10 at 7:57.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions