Returns the object, previously pinned against garbage collection and movement by a call to GetPinnedHandle.
[Visual Basic] Public Shared Function GetPinnedObject( _ ByVal handleIndex As Integer _ ) As Object [C#] public static object GetPinnedObject( int handleIndex ); [C++] public: static Object* GetPinnedObject( int handleIndex ); [JScript] public static function GetPinnedObject( handleIndex : int ) : Object;
Previously-pinned object.
Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace