Language

DkmManagedHeapEventHandlerLeakInfo Struct

Definition

Represents an event handler leak on the managed heap.

This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8).

[System.Runtime.InteropServices.Guid("0e58c7a1-b5ff-aa73-ee9d-9c640b09cc9e")]
public struct DkmManagedHeapEventHandlerLeakInfo
[<System.Runtime.InteropServices.Guid("0e58c7a1-b5ff-aa73-ee9d-9c640b09cc9e")>]
type DkmManagedHeapEventHandlerLeakInfo = struct
Public Structure DkmManagedHeapEventHandlerLeakInfo
Inheritance
DkmManagedHeapEventHandlerLeakInfo
Attributes

Constructors

Name Description
DkmManagedHeapEventHandlerLeakInfo(UInt64, UInt64, String)

Initialize a new DkmManagedHeapEventHandlerLeakInfo value.

This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8).

Fields

Name Description
Address

The address of this object.

BytesWasted

The total number of bytes wasted by this type.

TypeName

The name of the type of the leaking event handler.

Applies to