This handle type is similar to GCHandleType.Normal, but allows the address of the pinned object to be taken. This prevents the garbage collector from moving the object and hence undermines the efficiency of the garbage collector. Use the GCHandle.Free method to free the allocated handle as soon as possible.
Value: Pinned