Vixen
02b45cc4
csharp
public record class LeakReport

One 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 Handle

    The tracking handle; also the order in which resources were tracked.

  • public string Category

    The resource kind.

  • public string? Description

    Which resource it is, if the caller said.

  • public string? StackTrace

    Where 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