Hi,
Does anybody know what is the "obj_address" public method in .Net Object class Mono implementation?
Thank you,
Michael
Hi,
Does anybody know what is the "obj_address" public method in .Net Object class Mono implementation?
Thank you,
Michael
Kornél Pál submitted a patch that renamed it to UnsafeAddrOfPinnedObject
which would be a lot more descriptive. I haven't dug around to see if his rename makes sense. The rename was not accepted.
It returns the address of a pinned object.
It is internal to Mono, so you really should not depend on it. We reserve the right to remove it and shuffle it around at will.