DkmManagedHeapSegmentInfo(UInt64, UInt64, Byte) Constructor

Definition

Initialize a new DkmManagedHeapSegmentInfo value.

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

public:
 DkmManagedHeapSegmentInfo(System::UInt64 StartAddress, System::UInt64 EndAddress, System::Byte Generation);
public:
 DkmManagedHeapSegmentInfo(unsigned long long StartAddress, unsigned long long EndAddress, byte Generation);
 DkmManagedHeapSegmentInfo(unsigned long StartAddress, unsigned long EndAddress, byte Generation);
public DkmManagedHeapSegmentInfo (ulong StartAddress, ulong EndAddress, byte Generation);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSegmentInfo : uint64 * uint64 * byte -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapSegmentInfo
Public Sub New (StartAddress As ULong, EndAddress As ULong, Generation As Byte)

Parameters

StartAddress
UInt64

[In] Start address of the segment.

EndAddress
UInt64

[In] End address of the segment.

Generation
Byte

[In] Generation of the segment.

Applies to