Click or drag to resize
FileStream Properties

The FileStream type exposes the following members.

Properties
  NameDescription
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyLength
Length of stream.
(Overrides FileStreamLength.)
Public propertyPath
Stream path
(Inherited from FileStream.)
Public propertyPosition
Gets or sets position of current stream.
(Overrides FileStreamPosition.)
Public propertySystemStream
Gets or sets system stream
(Overrides FileStreamSystemStream.)
Top
See Also