Indicates that the system should not call the Finalize method on a specified object that would normally require this call.
[Visual Basic] Public Shared Sub SuppressFinalize( _ ByVal obj As Object _ ) [C#] public static void SuppressFinalize( object obj ); [C++] public: static void SuppressFinalize( Object* obj ); [JScript] public static function SuppressFinalize( obj : Object );