IsolatedStorageFile Methods
.NET Framework 4.5
The IsolatedStorageFile type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Closes a store previously opened with GetStore, GetUserStoreForAssembly, or GetUserStoreForDomain. |
|
CopyFile(String, String) | Copies an existing file to a new file. |
|
CopyFile(String, String, Boolean) | Copies an existing file to a new file, and optionally overwrites an existing file. |
|
CreateDirectory | Creates a directory in the isolated storage scope. |
|
CreateFile | Creates a file in the isolated store. |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
DeleteDirectory | Deletes a directory in the isolated storage scope. |
|
DeleteFile | Deletes a file in the isolated storage scope. |
|
DirectoryExists | Determines whether the specified path refers to an existing directory in the isolated store. |
|
Dispose | Releases all resources used by the IsolatedStorageFile. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
FileExists | Determines whether the specified path refers to an existing file in the isolated store. |
|
GetCreationTime | Returns the creation date and time of a specified file or directory. |
|
GetDirectoryNames() | Enumerates the directories at the root of an isolated store. |
|
GetDirectoryNames(String) | Enumerates the directories in an isolated storage scope that match a given search pattern. |
|
GetEnumerator | Gets the enumerator for the IsolatedStorageFile stores within an isolated storage scope. |
|
GetFileNames() | Enumerates the file names at the root of an isolated store. |
|
GetFileNames(String) | Gets the file names that match a search pattern. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLastAccessTime | Returns the date and time a specified file or directory was last accessed. |
|
GetLastWriteTime | Returns the date and time a specified file or directory was last written to. |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetMachineStoreForApplication | Obtains machine-scoped isolated storage corresponding to the calling code's application identity. |
|
GetMachineStoreForAssembly | Obtains machine-scoped isolated storage corresponding to the calling code's assembly identity. |
|
GetMachineStoreForDomain | Obtains machine-scoped isolated storage corresponding to the application domain identity and the assembly identity. |
|
GetStore(IsolatedStorageScope, Object) | Obtains isolated storage corresponding to the given application identity. |
|
GetStore(IsolatedStorageScope, Type) | Obtains isolated storage corresponding to the isolation scope and the application identity object. |
|
GetStore(IsolatedStorageScope, Object, Object) | Obtains the isolated storage corresponding to the given application domain and assembly evidence objects. |
|
GetStore(IsolatedStorageScope, Type, Type) | Obtains isolated storage corresponding to the isolated storage scope given the application domain and assembly evidence types. |
|
GetStore(IsolatedStorageScope, Evidence, Type, Evidence, Type) | Obtains isolated storage corresponding to the given application domain and the assembly evidence objects and types. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUserStoreForApplication | Obtains user-scoped isolated storage corresponding to the calling code's application identity. |
|
GetUserStoreForAssembly | Obtains user-scoped isolated storage corresponding to the calling code's assembly identity. |
|
GetUserStoreForDomain | Obtains user-scoped isolated storage corresponding to the application domain identity and assembly identity. |
|
GetUserStoreForSite | Infrastructure. Obtains a user-scoped isolated store for use by applications in a virtual host domain. |
|
IncreaseQuotaTo | Enables an application to explicitly request a larger quota size, in bytes. (Overrides IsolatedStorage.IncreaseQuotaTo(Int64).) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
MoveDirectory | Moves a specified directory and its contents to a new location. |
|
MoveFile | Moves a specified file to a new location, and optionally lets you specify a new file name. |
|
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. |
|
Remove() | Removes the isolated storage scope and all its contents. (Overrides IsolatedStorage.Remove().) |
|
Remove(IsolatedStorageScope) | Removes the specified isolated storage scope for all identities. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |