IHeapSnapshot.Is32Bit 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 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.