csharp
public record class LeakReportOne tracked resource, as reported by Snapshot.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public long HandleThe tracking handle; also the order in which resources were tracked.
public string CategoryThe resource kind.
public string? DescriptionWhich resource it is, if the caller said.
public string? StackTraceWhere it was allocated, if stack capture was on.
Methods (1)
public LeakReport(long Handle, string Category, string? Description, string? StackTrace)One tracked resource, as reported by Snapshot.
Used by (5)
- LeakTrackerVixen.Core
- LeakTrackerTestsVixen.Core.Tests
- MemoryTestsVixen.Core.Memory.Tests
- MemorySnapshotVixen.Editor.Profiler
- PlayModeControllerVixen.Editor.SceneView