[Mono-dev] how-to-protect-object-created-by-mono-object-new-from-gc

xiaozhu niluzhou1984 at foxmail.com
Fri Apr 6 10:42:48 UTC 2018


hi,all:

I embed the mono in my game engine.And create managed object by invoke mono_object_new then call mono_gchandle_new to ref the object.

step1:
MonoObject* monoObject= mono_object_new()
step2
uint32_t objectHandle = mono_gchandle_new(monoObject,false);
Will monoObject be gabage collected between step1 and step2? If yes how to prevent it.




Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20180406/0eed1200/attachment.html>


More information about the Mono-devel-list mailing list