IsolatedStorageFile.GetEnumerator Method
.NET Framework 2.0
Gets the enumerator for the IsolatedStorageFile stores within an isolated storage scope.
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
Parameters
- scope
Represents the IsolatedStorageScope for which to return isolated stores. User and User|Roaming are the only IsolatedStorageScope combinations supported.
Return Value
Enumerator for the IsolatedStorageFile stores within the specified isolated storage scope.The Enumerating Stores example demonstrates the use of the GetEnumerator method.
- IsolatedStorageFilePermission for using isolated storage. Associated Enumeration: AdministerIsolatedStorageByUser
- ReflectionPermission when invoked late-bound through mechanisms such as Type.InvokeMember. Associated enumeration: ReflectionPermissionFlag.MemberAccess.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.