IsolatedStorageFile Class |
Namespace: System.IO.IsolatedStorage
public sealed class IsolatedStorageFile : IsolatedStorage, IDisposable
The IsolatedStorageFile type exposes the following members.
Name | Description | |
---|---|---|
CreateFile | Creates a file in the isolated store. | |
Equals(Object) | (Inherited from Object.) | |
FileExists | Determines whether the specified path refers to an existing file in the isolated store. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserStoreForAssembly | Obtains user-scoped isolated storage corresponding to the calling code's assembly identity. | |
OpenFile(String, FileMode) | Opens a file in the specified mode. | |
OpenFile(String, FileMode, FileAccess) | Opens a file in the specified mode with the specified read/write access. | |
OpenFile(String, FileMode, FileAccess, FileShare) | Opens a file in the specified mode, with the specified read/write access and sharing permission. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |