An attachment is an embedded object in a markup document. An attachment must specify a content type (a MIME type), and some contents.

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

Syntax

C#
[SerializableAttribute]
public abstract class Attachment : INormalizable<Attachment>
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class Attachment _
	Implements INormalizable(Of Attachment)

Inheritance Hierarchy

See Also