DkmManagedHeapSegmentInfo Struct

Definition

Represents info about a managed heap segment.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public value class DkmManagedHeapSegmentInfo
public value class DkmManagedHeapSegmentInfo
struct DkmManagedHeapSegmentInfo
[System.Runtime.InteropServices.Guid("e97bab76-a083-6166-5d3a-d22bd6576782")]
public struct DkmManagedHeapSegmentInfo
[<System.Runtime.InteropServices.Guid("e97bab76-a083-6166-5d3a-d22bd6576782")>]
type DkmManagedHeapSegmentInfo = struct
Public Structure DkmManagedHeapSegmentInfo
Inheritance
DkmManagedHeapSegmentInfo
Attributes

Constructors

DkmManagedHeapSegmentInfo(UInt64, UInt64, Byte)

Initialize a new DkmManagedHeapSegmentInfo value.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Fields

EndAddress

End address of the segment.

Generation

Generation of the segment.

StartAddress

Start address of the segment.

Applies to