System.IO.IsolatedStorage.IsolatedStorageFileStream: Property Members

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

Public Properties

[read-only]
override
CanReadbool.

Gets a Boolean value indicating whether the file can be read.

[read-only]
override
CanSeekbool.

Gets a Boolean value indicating whether seek operations are supported.

[read-only]
override
CanWritebool.

Gets a Boolean value indicating whether you can write to the file.

[read-only]
override
HandleIntPtr.

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
IsAsyncbool.

Gets a Boolean value indicating whether the System.IO.IsolatedStorage.IsolatedStorageFileStream object was opened asynchronously or synchronously.

[read-only]
override
Lengthlong.

Gets the length of the System.IO.IsolatedStorage.IsolatedStorageFileStream object.

override
Positionlong.

Gets or sets the current position of the current System.IO.IsolatedStorage.IsolatedStorageFileStream object.

[read-only]
override
SafeFileHandleMicrosoft.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.