Table of Contents

Class MemoryIssue

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

Represents a memory-related issue found during analysis.

public sealed class MemoryIssue
Inheritance
MemoryIssue
Inherited Members

Properties

Context

Gets the context where the issue was found.

public string Context { get; init; }

Property Value

string

Description

Gets the description of the issue.

public string Description { get; init; }

Property Value

string

Location

Gets the location of the issue if applicable.

public string? Location { get; init; }

Property Value

string

Severity

Gets the severity of the issue.

public MemoryIssueSeverity Severity { get; init; }

Property Value

MemoryIssueSeverity

Type

Gets the type of memory issue.

public MemoryIssueType Type { get; init; }

Property Value

MemoryIssueType