Mono Class Library: Overview

System.IO.FileStream: Property Members

The properties of System.IO.FileStream are listed below. For a list of all members, see the FileStream Members list.

See Also: Inherited members from System.IO.Stream

Public Properties

[read-only]
override
CanReadbool. Gets a bool value indicating whether the current stream supports reading.
[read-only]
override
CanSeekbool. Gets a bool value indicating whether the current stream supports seeking.
[read-only]
override
CanWritebool. Gets a bool value indicating whether the current stream supports writing.
[read-only]
HandleIntPtr. Documentation for this section has not yet been entered.
[read-only]
IsAsyncbool. Gets a bool value indicating whether the current instance was opened asynchronously or synchronously.
[read-only]
override
Lengthlong. Gets the length in bytes of the stream.
[read-only]
Namestring. Documentation for this section has not yet been entered.
override
Positionlong. Gets or sets the current position of this stream.
[read-only]
SafeFileHandleMicrosoft.Win32.SafeHandles.SafeFileHandle. Documentation for this section has not yet been entered.