Click or drag to resize

FileWriter Properties

The FileWriter type exposes the following members.

Properties
  NameDescription
Public propertyAutoFlush
Gets or sets a value indicating whether the StreamWriter will flush its buffer to the underlying stream after every call to Write(Char).
(Inherited from StreamWriter.)
Public propertyBaseStream
Gets the underlying stream that interfaces with a backing store.
(Inherited from StreamWriter.)
Public propertyEncoding
Gets the Encoding in which the output is written.
(Inherited from StreamWriter.)
Public propertyFormatProvider
Gets an object that controls formatting.
(Inherited from TextWriter.)
Public propertyNewLine
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from TextWriter.)
Top
See Also