Edit

Share via


IHeapSnapshot.Index Property

Definition

Gets a 1-based index describing the relative ordering of snapshots.

public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

Property Value

Remarks

There may be many IHeapSnapshots with the same index, but there should only be one with a given Index, ProcessId and pointer size (Is32Bit) combination. This property is referred to as the Instance column within Windows Performance Analyzer.

Applies to