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!

IsolatedStorage Class

This abstract class is the basis for all forms of isolated storage. For file-based isolated storage, see IsolatedStorageFile class.

Object
   IsolatedStorage

[Visual Basic]
MustInherit Public Class IsolatedStorage
[C#]
public abstract class IsolatedStorage
[C++]
public __gc __abstract class IsolatedStorage
[JScript]
public abstract class IsolatedStorage

Remarks

All forms of isolated storage should derive from this base class.

Requirements

Namespace: System.IO.IsolatedStorage

Assembly: mscorlib.dll

NGWS Runtime Security:

IsolatedStoragePermission permission to use isolated storage

See Also

IsolatedStorage Members | System.IO.IsolatedStorage Namespace