[To be supplied.]
Removes the isolated storage scope and all contents.
[Visual Basic] Overloads Overrides Public Sub Remove()
[C#] public override void Remove();
[C++] public: override void Remove();
[JScript] public override function Remove();
Removes the specified isolated storage scope and all
contents thereof.
[Visual Basic] Overloads Public Shared Sub Remove(IsolatedStorageScope)
[C#] public static void Remove(IsolatedStorageScope);
[C++] public: static void Remove(IsolatedStorageScope);
[JScript] public static function Remove(IsolatedStorageScope);
IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace