Unpins the object previously pinned against garbage reclamation and movement.
[Visual Basic] Public Shared Sub FreePinnedHandle( _ ByVal handleIndex As Integer _ ) [C#] public static void FreePinnedHandle( int handleIndex ); [C++] public: static void FreePinnedHandle( int handleIndex ); [JScript] public static function FreePinnedHandle( handleIndex : int );
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace