Specifies the type of the contents of an embedded attachment.
Namespace:
Gallio.Common.MarkupAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public enum AttachmentType |
| Visual Basic (Declaration) |
|---|
Public Enumeration AttachmentType |
Members
| Member name | Description | |
|---|---|---|
| Text |
The attachment is encoded as a text string.
| |
| Binary |
The attachment is a binary file either directly available as a file, or encoded as base 64 text string.
| |
| Format |
Formats an object using the default IFormatter.
| |
| Format |
Formats an object using the specified IFormatter.
|
