The ReusableStringWriter type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ReusableStringWriter |
Create an instance of ReusableStringWriter |
Methods
| Name | Description | |
|---|---|---|
Closes the current (Inherited from | ||
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) |
Override Dispose to prevent closing of writer
(Overrides | |
| (Inherited from | ||
Allows an (Inherited from | ||
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Inherited from | ||
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 | ||
Returns the underlying (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 | ||
| Reset |
Reset this string writer so that it can be reused.
| |
Returns a string containing the characters written to the current StringWriter so far.
(Inherited from | ||
Writes a character to this instance of the StringWriter.
(Inherited from | ||
Writes a string to this instance of the StringWriter.
(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 | ||
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 the specified region of a character array to this instance of the StringWriter.
(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 | ||
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 | |
|---|---|---|
Gets the (Inherited from | ||
Gets an object that controls formatting.
(Inherited from | ||
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from |
See Also