TemplateWriter | Overloaded. Initializes a new instance of the TemplateWriter class. |
AutoFlush (inherited from StreamWriter) | Gets or sets a value indicating whether the StreamWriter will flush its buffer to the underlying stream after every call to Write. |
BaseStream (inherited from StreamWriter) | Gets the underlying stream that interfaces with a backing store. |
Encoding (inherited from StreamWriter) | Gets the Encoding in which the output is written. |
FormatProvider (inherited from TextWriter) | Gets an object that controls formatting. |
NewLine (inherited from TextWriter) | Gets or sets the line terminator string used by the current TextWriter . |
Close | Closes the current StreamWriter and StreamReader. |
CopyToEnd | Copies the text lines form the template to the output stream until the end of the template stream. |
CopyToLine | Copies the text lines form the template to the output stream until a specific line is found. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Flush (inherited from StreamWriter) | Clears all buffers for the current writer and causes any buffered data to be written to the underlying stream. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write (inherited from TextWriter) | Overloaded. Writes out a formatted string, using the same semantics as Format. |
Write (inherited from StreamWriter) | Overloaded. Writes a string to the stream. |
WriteLine (inherited from TextWriter) | Overloaded. Writes out a formatted string and a new line, using the same semantics as Format. |
CoreNewLine (inherited from TextWriter) | Stores the new line characters used for this TextWriter . |
Dispose | Releases the unmanaged resources used by the TemplateWriter and optionally releases the managed resources. |
Finalize (inherited from StreamWriter) | Frees the resources of the current StreamWriter before it is reclaimed by the garbage collector. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
TemplateWriter Class | NDoc.Core Namespace