FileStream Properties |
The FileStream type exposes the following members.
Name | Description | |
---|---|---|
CanRead | When overridden in a derived class, gets a value indicating whether the current stream supports reading. (Inherited from Stream.) | |
CanSeek | When overridden in a derived class, gets a value indicating whether the current stream supports seeking. (Inherited from Stream.) | |
Length | When overridden in a derived class, gets the length in bytes of the stream. (Inherited from Stream.) | |
Name | Gets the name of the FileStream that was passed to the constructor. | |
Position | When overridden in a derived class, gets or sets the position within the current stream. (Inherited from Stream.) |