The members of System.IO.IsolatedStorage.IsolatedStorageFileStream are listed below.
See Also: Inherited members from System.IO.FileStream
Initializes a new instance of an System.IO.IsolatedStorage.IsolatedStorageFileStream object giving access to the file designated by path in the specified mode. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the kind of access requested. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, and in the context of the System.IO.IsolatedStorage.IsolatedStorageFile specified by isf. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path in the specified mode, with the specified file access, and in the context of the System.IO.IsolatedStorage.IsolatedStorageFile specified by isf. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, with the buffersize specified. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, and in the context of the System.IO.IsolatedStorage.IsolatedStorageFile specified by isf. | ||
Initializes a new instance of the System.IO.IsolatedStorage.IsolatedStorageFileStream class giving access to the file designated by path, in the specified mode, with the specified file access, using the file sharing mode specified by share, with the buffersize specified, and in the context of the System.IO.IsolatedStorage.IsolatedStorageFile specified by isf. |
[read-only] override | CanRead | bool.
Gets a Boolean value indicating whether the file can be read. |
[read-only] override | CanSeek | bool.
Gets a Boolean value indicating whether seek operations are supported. |
[read-only] override | CanWrite | bool.
Gets a Boolean value indicating whether you can write to the file. |
[read-only] override | Handle | IntPtr.
Gets the file handle for the file that the current System.IO.IsolatedStorage.IsolatedStorageFileStream object encapsulates. Accessing this property is not permitted on an System.IO.IsolatedStorage.IsolatedStorageFileStream object, and throws an System.IO.IsolatedStorage.IsolatedStorageException. |
[read-only] override | IsAsync | bool.
Gets a Boolean value indicating whether the System.IO.IsolatedStorage.IsolatedStorageFileStream object was opened asynchronously or synchronously. |
[read-only] override | Length | long.
Gets the length of the System.IO.IsolatedStorage.IsolatedStorageFileStream object. |
override | Position | long.
Gets or sets the current position of the current System.IO.IsolatedStorage.IsolatedStorageFileStream object. |
[read-only] override | SafeFileHandle | Microsoft.Win32.SafeHandles.SafeFileHandle.
Gets a Microsoft.Win32.SafeHandles.SafeFileHandle object that represents the operating system file handle for the file that the current System.IO.IsolatedStorage.IsolatedStorageFileStream object encapsulates. |
override | BeginRead(byte[], int, int, AsyncCallback, object)
| |
override | BeginWrite(byte[], int, int, AsyncCallback, object)
| |
override | Close()Documentation for this section has not yet been entered. | |
override | EndRead(IAsyncResult)
| |
override | EndWrite(IAsyncResult)
| |
override | Flush()
| |
override | Flush(bool)
| |
override | Read(byte[], int, int)
| |
override | ReadByte()
| |
override | Seek(long, System.IO.SeekOrigin)
| |
override | SetLength(long)
| |
override | Write(byte[], int, int)
| |
override | WriteByte(byte)
|
override | Dispose(bool)
|