DkmManagedHeapTypeInfo Struct

Definition

Represents info about a type in managed heap.

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

public value class DkmManagedHeapTypeInfo
public value class DkmManagedHeapTypeInfo
struct DkmManagedHeapTypeInfo
[System.Runtime.InteropServices.Guid("5c2790a6-65bd-568c-796b-7509eebb6ef1")]
public struct DkmManagedHeapTypeInfo
[<System.Runtime.InteropServices.Guid("5c2790a6-65bd-568c-796b-7509eebb6ef1")>]
type DkmManagedHeapTypeInfo = struct
Public Structure DkmManagedHeapTypeInfo
Inheritance
DkmManagedHeapTypeInfo
Attributes

Constructors

DkmManagedHeapTypeInfo(String, UInt32, UInt64)

Initialize a new DkmManagedHeapTypeInfo value.

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

Fields

Name

Name of the type.

TotalCount

Total number of objects for the type.

TotalSize

Total size of the object for the type.

Applies to