IHeapSnapshot.Index Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.