Syntax
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum IsolatedStorageScope
Remarks
Members
Member Name | Description |
---|
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