An Xml-serializable structure that describes the contents, encoding and disposition of an attachment.

The contents of the attachment are embedded in the execution log according to their encoding. Text is directly embedded into the Xml whereas binary attachments are base 64 encoded.

Namespace:  Gallio.Common.Markup
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
[SerializableAttribute]
public sealed class AttachmentData
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class AttachmentData

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Markup..::.AttachmentData

See Also