System.IO.IsolatedStorage.IsolatedStorageScope Enumeration

Assembly: Mscorlib.dll
Namespace: System.IO.IsolatedStorage
Summary
Enumerates the levels of isolated storage scope that are supported by IsolatedStorage.
C# Syntax:
[Flags]
[Serializable]
public enum IsolatedStorageScope
Remarks
Use IsolatedStorageScope to specify a degree of scope for an isolated store. You can specify combinations of these levels that are supported by IsolatedStorage.
See also:
System.IO.IsolatedStorage Namespace See also:
MSDN: typesofisolation

System.IO.IsolatedStorage.IsolatedStorageScope Member List:

Public Fields
Assembly Isolated storage scoped to the identity of the assembly.
Domain Isolated storage scoped to the application domain identity.
None No isolated storage usage.
Roaming The isolated store can be placed in a location on the file system that might roam (if roaming user data is enabled on the underlying operating system).
User Isolated storage scoped by user identity.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.