NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageFile Class

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

Remarks

This object corresponds to a specific isolated storage scope, within which exist files represented by IsolatedStorageFileStream objects.

Requirements

Namespace: System.IO.IsolatedStorage

Assembly: mscorlib.dll

NGWS Runtime Security:

IsolatedStoragePermission permission to use isolated storage

See Also

IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace