Click or drag to resize
FileStream Properties

The FileStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyCanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.)
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Public propertyPath
Stream path
(Inherited from FileStream.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides StreamPosition.)
Public propertySystemStream

Gets Stream. Since Stream is compatible with system stream, returns this by default.

This member is provided for compatibility reasons and should not be used nor overridden in custom code.

(Inherited from Stream.)
Top
See Also