The properties of System.IO.IsolatedStorage.IsolatedStorageFileStream are listed below. For a list of all members, see the IsolatedStorageFileStream Members list.
See Also: Inherited members from System.IO.FileStream
[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. |