The QuietTextWriter type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the underlying output writer.
(Overrides TextWriterAdapter Close .) | |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from | ||
Releases all resources used by the (Inherited from | ||
| Dispose(Boolean) |
Dispose this writer
(Inherited from TextWriterAdapter.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
| Flush |
Flushes any buffered output
(Inherited from TextWriterAdapter.) | |
Serves as a hash function for a particular type.
(Inherited from | ||
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from | ||
Gets the (Inherited from | ||
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from | ||
Writes a character array to the text stream.
(Inherited from | ||
Writes the text representation of a Boolean value to the text stream.
(Inherited from | ||
Writes the text representation of a 4-byte signed integer to the text stream.
(Inherited from | ||
Writes the text representation of a 4-byte unsigned integer to the text stream.
(Inherited from | ||
Writes the text representation of an 8-byte signed integer to the text stream.
(Inherited from | ||
Writes the text representation of an 8-byte unsigned integer to the text stream.
(Inherited from | ||
Writes the text representation of a 4-byte floating-point value to the text stream.
(Inherited from | ||
Writes the text representation of an 8-byte floating-point value to the text stream.
(Inherited from | ||
Writes the text representation of a decimal value to the text stream.
(Inherited from | ||
Writes the text representation of an object to the text stream by calling ToString on that object.
(Inherited from | ||
| Write(Char) |
Writes a character to the underlying writer
(Overrides TextWriterAdapter Write(Char).) | |
| Write(String) |
Writes a string to the output.
(Overrides TextWriterAdapter Write(String).) | |
Writes out a formatted string, using the same semantics as (Inherited from | ||
Writes out a formatted string, using the same semantics as (Inherited from | ||
Writes out a formatted string, using the same semantics as (Inherited from | ||
| Write( Char , Int32, Int32) |
Writes a buffer to the underlying writer
(Overrides TextWriterAdapter Write( Char , Int32, Int32).) | |
Writes out a formatted string, using the same semantics as (Inherited from | ||
Writes a line terminator to the text stream.
(Inherited from | ||
Writes a character followed by a line terminator to the text stream.
(Inherited from | ||
Writes an array of characters followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of a Boolean followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of a 4-byte signed integer followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of a 4-byte unsigned integer followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of an 8-byte signed integer followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of a 4-byte floating-point value followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of a 8-byte floating-point value followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of a decimal value followed by a line terminator to the text stream.
(Inherited from | ||
Writes a string followed by a line terminator to the text stream.
(Inherited from | ||
Writes the text representation of an object by calling ToString on this object, followed by a line terminator to the text stream.
(Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from | ||
Writes a subarray of characters followed by a line terminator to the text stream.
(Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from |
See Also