Represents a binary-encoded attachment.

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

Syntax

C#
[SerializableAttribute]
public sealed class BinaryAttachment : Attachment, 
	IEquatable<BinaryAttachment>
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class BinaryAttachment _
	Inherits Attachment _
	Implements IEquatable(Of BinaryAttachment)

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Markup..::.Attachment
    Gallio.Common.Markup..::.BinaryAttachment

See Also