Represents an isolated storage area containing files and directories.
Object
IsolatedStorage
IsolatedStorageFile
[Visual Basic] Public Class IsolatedStorageFile Inherits IsolatedStorage [C#] public class IsolatedStorageFile : IsolatedStorage [C++] public __gc class IsolatedStorageFile : public IsolatedStorage [JScript] public class IsolatedStorageFile extends IsolatedStorage
This object corresponds to a specific isolated storage scope, within which exist files represented by IsolatedStorageFileStream objects.
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib.dll
NGWS Runtime Security:
IsolatedStoragePermission | permission to use isolated storage |
IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace