Click or drag to resize
FileStream Properties

The FileStream type exposes the following members.

Properties
  NameDescription
Public propertyLength
Gets the length in bytes of the stream.
(Overrides FileStreamLength.)
Public propertyPath
Stream path
(Inherited from FileStream.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides FileStreamPosition.)
Public propertySystemStream
Gets or sets system stream.
(Overrides FileStreamSystemStream.)
Top
See Also