The ProtectCloseTextWriter type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ProtectCloseTextWriter |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Attach |
Attach this instance to a different underlying | |
| Close |
Does not close 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 wrapped TextWriter
(Inherited from TextWriterAdapter.) | |
| Write(String) |
Writes a string to the wrapped TextWriter
(Inherited from TextWriterAdapter.) | |
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 character buffer to the wrapped TextWriter
(Inherited from TextWriterAdapter.) | |
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 |
Fields
| Name | Description | |
|---|---|---|
Stores the new line characters used for this TextWriter.
(Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Encoding |
The Encoding in which the output is written
(Inherited from TextWriterAdapter.) | |
| FormatProvider |
Gets an object that controls formatting
(Inherited from TextWriterAdapter.) | |
| NewLine |
Gets or sets the line terminator string used by the TextWriter
(Inherited from TextWriterAdapter.) | |
| Writer |
Gets or sets the underlying (Inherited from TextWriterAdapter.) |
See Also