DkmManagedHeapObjectInfo Struct

Definition

Represents managed heap object info. Corresponds to COR_HEAPOBJECT defined in cordebug.h.

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

public value class DkmManagedHeapObjectInfo
struct DkmManagedHeapObjectInfo
[System.Runtime.InteropServices.Guid("606505d6-885d-610e-9c8f-20b721710dc8")]
public struct DkmManagedHeapObjectInfo
[<System.Runtime.InteropServices.Guid("606505d6-885d-610e-9c8f-20b721710dc8")>]
type DkmManagedHeapObjectInfo = struct
Public Structure DkmManagedHeapObjectInfo
Inheritance
DkmManagedHeapObjectInfo
Attributes

Constructors

DkmManagedHeapObjectInfo(UInt64, UInt64, DkmManagedTypeId)

Initialize a new DkmManagedHeapObjectInfo value.

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

Fields

Address

The address of the object in memory.

Size

The total size of the object, in bytes.

TypeId

A unique id that represents the type of the object.

Applies to