It would be nice to have a property/method to check if an object was garbage collected in the Il2CPP context. Currently, the only way of checking if an object was collected is to force Unhollower to throw an exception by accessing Il2CppObjectBase.Pointer.
I was thinking something like Il2CppObjectBase.IsCollected { get; }.
It would be nice to have a property/method to check if an object was garbage collected in the Il2CPP context. Currently, the only way of checking if an object was collected is to force Unhollower to throw an exception by accessing
Il2CppObjectBase.Pointer
.I was thinking something like
Il2CppObjectBase.IsCollected { get; }
.