Table of Contents

Class ReportAttachment

Namespace
DotCompute.Abstractions.Debugging
Assembly
DotCompute.Abstractions.dll

Represents an attachment to a debug report.

public sealed class ReportAttachment
Inheritance
ReportAttachment
Inherited Members

Properties

Content

Gets the attachment content.

public ReadOnlyMemory<byte> Content { get; init; }

Property Value

ReadOnlyMemory<byte>

Description

Gets the description of the attachment.

public string Description { get; init; }

Property Value

string

FileName

Gets the attachment filename.

public string FileName { get; init; }

Property Value

string

MimeType

Gets the MIME type of the attachment.

public string MimeType { get; init; }

Property Value

string