DkmManagedHeapObjectInfo(UInt64, UInt64, DkmManagedTypeId) Constructor

Definition

Initialize a new DkmManagedHeapObjectInfo value.

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

public:
 DkmManagedHeapObjectInfo(System::UInt64 Address, System::UInt64 Size, Microsoft::VisualStudio::Debugger::Clr::DkmManagedTypeId TypeId);
public DkmManagedHeapObjectInfo (ulong Address, ulong Size, Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId TypeId);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapObjectInfo : uint64 * uint64 * Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapObjectInfo
Public Sub New (Address As ULong, Size As ULong, TypeId As DkmManagedTypeId)

Parameters

Address
UInt64

[In] The address of the object in memory.

Size
UInt64

[In] The total size of the object, in bytes.

TypeId
DkmManagedTypeId

[In] A unique id that represents the type of the object.

Applies to