On 20 Mar 2014, at 22:56, Jonathan Lima <[email protected]> wrote:
> Thats why you can't save references to managed objects across function calls. > > Jonathan > The implementation of mono_object_hash is quite detailed. However it states: Calculate a hash code for @obj that is constant while @obj is alive. So without further testing I think that mono_object_hash will change for any given managed object if its MonoObject *address changes. J _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
