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
Description
Gets the description of the issue.
public string Description { get; init; }
Property Value
Location
Gets the location of the issue if applicable.
public string? Location { get; init; }
Property Value
Severity
Gets the severity of the issue.
public MemoryIssueSeverity Severity { get; init; }
Property Value
Type
Gets the type of memory issue.
public MemoryIssueType Type { get; init; }