Click or drag to resize
IsolatedStorageFile Class
Represents an isolated storage area containing files and directories.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.IO.IsolatedStorageIsolatedStorage
      System.IO.IsolatedStorageIsolatedStorageFile

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public sealed class IsolatedStorageFile : IsolatedStorage, 
	IDisposable

The IsolatedStorageFile type exposes the following members.

Methods
  NameDescription
Public methodCreateFile
Creates a file in the isolated store.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFileExists
Determines whether the specified path refers to an existing file in the isolated store.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUserStoreForAssembly
Obtains user-scoped isolated storage corresponding to the calling code's assembly identity.
Public methodOpenFile(String, FileMode)
Opens a file in the specified mode.
Public methodOpenFile(String, FileMode, FileAccess)
Opens a file in the specified mode with the specified read/write access.
Public methodOpenFile(String, FileMode, FileAccess, FileShare)
Opens a file in the specified mode, with the specified read/write access and sharing permission.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also