The properties of System.IO.FileStream are listed below. For a list of all members, see the FileStream Members list.
See Also: Inherited members from System.IO.Stream
[read-only] overrideCanRead bool. Gets a bool value indicating whether the current stream supports reading. [read-only] overrideCanSeek bool. Gets a bool value indicating whether the current stream supports seeking. [read-only] overrideCanWrite bool. Gets a bool value indicating whether the current stream supports writing. [read-only] Handle IntPtr. Documentation for this section has not yet been entered. [read-only] IsAsync bool. Gets a bool value indicating whether the current instance was opened asynchronously or synchronously. [read-only] overrideLength long. Gets the length in bytes of the stream. [read-only] Name string. Documentation for this section has not yet been entered. overridePosition long. Gets or sets the current position of this stream. [read-only] SafeFileHandle Microsoft.Win32.SafeHandles.SafeFileHandle. Documentation for this section has not yet been entered.