The methods of System.IO.StreamWriter are listed below. For a list of all members, see the StreamWriter Members list.
See Also: Inherited members from System.IO.TextWriter
overrideClose() Closes the current System.IO.StreamWriter and the underlying stream.Finalize() Releases resources held by the current instance. overrideFlush() Clears all buffers for the current writer and causes any buffered data to be written to the underlying stream. overrideWrite(char) Writes a character to the stream. overrideWrite(char[]) Writes a character array to the underlying stream. overrideWrite(string) Writes a string to the stream. overrideWrite(char[], int, int) Writes a sub-array of characters to the underlying stream.
overrideDispose(bool) Releases the unmanaged resources used by the System.IO.StreamWriter and optionally releases the managed resources.