hi,all:
I have a game engine embeded mono,and use the sgen gabage collector.
I know that sgen gc will move the Managed Object, so the Managed
Object's address is not fixed.
Is it safe to save the MonoObject* pointer and use it latter without
pinned?
MonoObject* managedObj = mono_object_new();
save the managedObj . and manipulate it latter.
Thank You
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.dot.net
http://lists.dot.net/mailman/listinfo/mono-devel-list