Edit

Share via


IHeapSnapshot.Is32Bit Property

Definition

Gets a value indicating the bitness of the heap this snapshot is from.

public bool Is32Bit { get; }
member this.Is32Bit : bool
Public ReadOnly Property Is32Bit As Boolean

Property Value

Remarks

A 64-bit process that calls into 32-bit libraries may contain both a 64-bit and a 32-bit heap.

Applies to