Can you also explain this pinned concept a bit more, does that mean that you can only have one instance of a class?
o
olonho
12/11/2017, 12:01 PM
Nope, this is an object's handle similar to jobject in JNI, you can have as many of those, as you wish. It's pinned in the sense that this reference is guaranteed to refer to valid object until it's released.