IsolatedStorageFileStream Properties
.NET Framework 1.1
The properties of the IsolatedStorageFileStream class are listed here. For a complete list of IsolatedStorageFileStream class members, see the IsolatedStorageFileStream Members topic.
Public Properties
CanRead | Overridden. Gets a Boolean value indicating whether the file can be read. |
CanSeek | Overridden. Gets a Boolean value indicating whether seek operations are supported. |
CanWrite | Overridden. Gets a Boolean value indicating whether you can write to the file. |
Handle | Overridden. Gets the file handle for the file that the current IsolatedStorageFileStream object encapsulates. Accessing this property is not permitted on an IsolatedStorageFileStream, and throws an IsolatedStorageException. |
IsAsync | Overridden. Gets a Boolean value indicating whether the IsolatedStorageFileStream was opened asynchronously or synchronously. |
Length | Overridden. Gets the length of the IsolatedStorageFileStream. |
Name (inherited from FileStream) | Gets the name of the FileStream that was passed to the constructor. |
Position | Overridden. Gets or sets the current position of this IsolatedStorageFileStream to the specified value. |
See Also
IsolatedStorageFileStream Class | System.IO.IsolatedStorage Namespace
