The MarkupStreamWriter type exposes the following members.

Constructors

  NameDescription
MarkupStreamWriter
Creates a markup stream writer.

Methods

  NameDescription
BeginMarker
Begins a marked region. May be nested.
BeginSection
Begins a section with the specified name. May be nested.
Close
Closes the current writer and releases any system resources associated with the writer.
(Inherited from TextWriter.)
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
DisposeOverloaded.
Embed
Embeds an attachment.
EmbedExisting
Embeds another copy of an existing attachment.
EmbedHtml
Embeds an HTML attachment with mime-type Html.
EmbedImage
Embeds an image attachment with a mime-type compatible with its internal representation.
EmbedObjectAsXmlOverloaded.
EmbedPlainText
Embeds an plain text attachment with mime-type PlainText.
EmbedVideo
Embeds a video attachment with a mime-type compatible with its internal representation.
EmbedXHtml
Embeds an XHTML attachment with mime-type XHtml.
EmbedXml
Embeds an XML attachment with mime-type Xml.
End
Ends the region most recently started with one of the Begin* methods.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flush
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
(Overrides TextWriter..::.Flush()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
MemberwiseCloneOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteOverloaded.
WriteEllipsis
Writes an ellipsis to indicate where content has been elided for brevity. An ellipsis may be used, for example, when printing assertion failures to clearly identify sections where the user is not being presented all of the information because it was too long and had to be truncated.
WriteExceptionOverloaded.
WriteHighlighted
Writes highlighted text. Highlights can be used to emphasize important information such differences between similar expected and actual values.
WriteLineOverloaded.

Extension Methods

  NameDescription
FormatOverloaded.

Fields

  NameDescription
CoreNewLine
Stores the new line characters used for this TextWriter.
(Inherited from TextWriter.)

Properties

  NameDescription
Container
Gets the containing markup document writer.
Encoding
When overridden in a derived class, returns the Encoding in which the output is written.
(Overrides TextWriter..::.Encoding.)
FormatProvider
Gets an object that controls formatting.
(Inherited from TextWriter.)
NewLine
Gets or sets the line terminator string used by the current TextWriter.
StreamName
Gets the name of the markup stream being written.

See Also