DocDataTextWriter Members
Include Protected Members
Include Inherited Members
Provides a standard System.IO mechanism for writing to a Visual Studio text buffer.
The DocDataTextWriter type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of DocDataTextWriter.
Top
Methods
Name
Description
Closes the current writer and releases any system resources associated with the writer. (Inherited from TextWriter.)
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Overloaded. Disposes the object and its resources.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Replaces the contents of the text stream with the contents of the string builder. (Overrides TextWriter.Flush().)
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Gets the type of the current instance. (Inherited from Object.)
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Overloaded.
Returns a string that represents the current object. (Inherited from Object.)
Overloaded. Appends a string or char to the underlying StringBuilder.
Overloaded. Writes some data as specified by the overloaded parameters, followed by a line terminator.
Top
Fields
Name
Description
Stores the new line characters used for this TextWriter. (Inherited from TextWriter.)
Top
Properties
Name
Description
Gets the doc data object.
Gets the encoding of this text writer. (Overrides TextWriter.Encoding.)
Gets an object that controls formatting. (Inherited from TextWriter.)
Gets or sets the line terminator string used by the current TextWriter. (Inherited from TextWriter.)
Top
Explicit Interface Implementations
Name
Description
Gets the service of the specified type.
Top