Click or drag to resize
FileStream Properties

The FileStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
(Inherited from Stream.)
Public propertyCanSeek
When overridden in a derived class, gets a value indicating whether the current stream supports seeking.
(Inherited from Stream.)
Public propertyLength
When overridden in a derived class, gets the length in bytes of the stream.
(Inherited from Stream.)
Public propertyName
Gets the name of the FileStream that was passed to the constructor.
Public propertyPosition
When overridden in a derived class, gets or sets the position within the current stream.
(Inherited from Stream.)
Top
See Also