NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Marshal.FreePinnedHandle

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
);

Parameters

handleIndex
Handle obtained from previous call to GetPinnedHandle.

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace