IHeapAllocation.TraceUniqueStackId Property

Definition

Gets a value which uniquely identifies the stack of this allocation within the same trace.

public Nullable<long> TraceUniqueStackId { get; }
member this.TraceUniqueStackId : Nullable<int64>
Public ReadOnly Property TraceUniqueStackId As Nullable(Of Long)

Property Value

Remarks

This property is referred to as the Stack Id within Windows Performance Analyzer.

Applies to