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
Description
Gets the description of the attachment.
public string Description { get; init; }
Property Value
FileName
Gets the attachment filename.
public string FileName { get; init; }
Property Value
MimeType
Gets the MIME type of the attachment.
public string MimeType { get; init; }