DocDataTextReader Members
Include Protected Members
Include Inherited Members
Derives from TextReader and provides a standard mechanism for reading from a Visual Studio text buffer.
The DocDataTextReader type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of DocDataTextReader.
Top
Methods
Name
Description
Closes the TextReader and releases any system resources associated with the TextReader. (Inherited from TextReader.)
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.
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.)
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.
Gets the current position in the text. (Overrides TextReader.Peek().)
Overloaded. Gets the text at the next position.
Reads a maximum of count characters from the current stream, and writes the data to buffer, beginning at index. (Inherited from TextReader.)
Reads a line of characters from the current stream and returns the data as a string. (Inherited from TextReader.)
Reads all characters from the current position to the end of the TextReader and returns them as one string. (Inherited from TextReader.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the doc data object.
Top
Explicit Interface Implementations
Name
Description
Gets the service of the specified type.
Top