System.IO.IsolatedStorage.IsolatedStorageScope Enumeration

Enumerates the levels of isolated storage scope that are supported by System.IO.IsolatedStorage.IsolatedStorage.

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IsolatedStorageScope

Remarks

Use System.IO.IsolatedStorage.IsolatedStorageScope to specify a degree of scope for an isolated store. You can specify combinations of these levels that are supported by System.IO.IsolatedStorage.IsolatedStorage.

Members

Member NameDescription
Application

Isolated storage scoped to the application.

Assembly

Isolated storage scoped to the identity of the assembly.

Domain

Isolated storage scoped to the application domain identity.

Machine

Isolated storage scoped to the machine.

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.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0