The MarkupDocumentWriter type exposes the following members.

Constructors

  NameDescription
MarkupDocumentWriter
Initializes a new instance of the MarkupDocumentWriter class

Methods

  NameDescription
Attach
Attaches an attachment to the document.
AttachHtml
Attaches an HTML attachment with mime-type Html.
AttachImage
Attaches an image attachment with a mime-type compatible with its internal representation.
AttachImpl
Adds an attachment to the markup document.
AttachObjectAsXmlOverloaded.
AttachPlainText
Attaches an plain text attachment with mime-type PlainText.
AttachVideo
Attaches a video attachment with a mime-type compatible with its internal representation.
AttachXHtml
Attaches an XHTML attachment with mime-type XHtml.
AttachXml
Attaches an XML attachment with mime-type Xml.
Close
Closes the markup document writer.
CloseImpl
Closes the markup document writer.
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.)
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
Flushes the markup writer.
FlushImpl
Flushes the markup document writer.
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.)
GetStreamImpl
Gets a writer for the stream with the specified name.
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.
StreamBeginMarkerImpl
Begins a marked region in a markup stream.
StreamBeginSectionImpl
Begins a section in a markup stream.
StreamEmbedImpl
Embeds an attachment into a markup stream.
StreamEndImpl
Ends the current region started with one of the Begin* methods in a markup stream.
StreamFlushImpl
Flushes a markup stream.
StreamWriteImpl
Writes a text string to a markup stream.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
ConsoleError
Gets the stream writer for captured Error messages.
ConsoleInput
Gets the stream writer for captured In messages.
ConsoleOutput
Gets the stream writer for captured Out messages.
DebugTrace
Gets the stream writer for diagnostic Debug and Trace messages.
Default
Gets the stream writer for generic log messages.
Failures
Gets the stream writer for reporting failure messages and exceptions.
IsClosed
Returns true if the markup document writer is closed.
Item
Gets the markup stream with the specified name. If the stream does not exist, it is created on demand.
Warnings
Gets the stream writer for reporting warning messages.

See Also