This method of the DllLib class frees a previously-allocated pinned handle. This necessarily unpins the object (unless it has been pinned multiple times) and invalidates the address (if any) returned by addrOfPinnedHandle for this handle.
public static void freePinnedHandle(int nHandleIndex);
nHandleIndex | The handle of the pinned object to free. |