Releases resources associated with the isolated storage file stream.
[Visual Basic] Overrides Public Sub Close() [C#] public override void Close(); [C++] public: override void Close(); [JScript] public override function Close();
Any data previously written to the buffer is copied to the file before the file stream is closed, so it is not necessary to call Flush before invoking Close.
Following a call to Close, any operations on the file stream may raise exceptions. After Close has been called once, it does nothing if called again. The Finalize method invokes Close so that the file stream is closed before the garbage collector finalizes the object.
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace