System.IO.IsolatedStorage.IsolatedStorageFile.GetEnumerator Method

Gets the enumerator for the System.IO.IsolatedStorage.IsolatedStorageFile stores within an isolated storage scope.

Syntax

public static IEnumerator GetEnumerator (IsolatedStorageScope scope)

Parameters

scope
Represents the System.IO.IsolatedStorage.IsolatedStorageScope for which to return isolated stores. User and User|Roaming are the only IsolatedStorageScope combinations supported.

Returns

Enumerator for the System.IO.IsolatedStorage.IsolatedStorageFile stores within the specified isolated storage scope.

Remarks

Requirements

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