Releases all resources used by the System.IO.IsolatedStorage.IsolatedStorageFile.
Call Dispose when you are finished using the System.IO.IsolatedStorage.IsolatedStorageFile. The Dispose method leaves the System.IO.IsolatedStorage.IsolatedStorageFile in an unusable state. After calling Dispose, you must release all references to the System.IO.IsolatedStorage.IsolatedStorageFile so the garbage collector can reclaim the memory that System.IO.IsolatedStorage.IsolatedStorageFile was occupying.
Always call Dispose before you release your last reference to the System.IO.IsolatedStorage.IsolatedStorageFile. Otherwise, the resources the System.IO.IsolatedStorage.IsolatedStorageFileStream is using will not be freed until garbage collection calls the System.IO.IsolatedStorage.IsolatedStorageFileStream object's object.Finalize method.