DkmManagedHeapSegmentInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents info about a managed heap segment.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public value class DkmManagedHeapSegmentInfo
public value class DkmManagedHeapSegmentInfo
struct DkmManagedHeapSegmentInfo
[System.Runtime.InteropServices.Guid("e97bab76-a083-6166-5d3a-d22bd6576782")]
public struct DkmManagedHeapSegmentInfo
[<System.Runtime.InteropServices.Guid("e97bab76-a083-6166-5d3a-d22bd6576782")>]
type DkmManagedHeapSegmentInfo = struct
Public Structure DkmManagedHeapSegmentInfo
- Inheritance
-
DkmManagedHeapSegmentInfo
- Attributes
Constructors
DkmManagedHeapSegmentInfo(UInt64, UInt64, Byte) |
Initialize a new DkmManagedHeapSegmentInfo value. This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM). |
Fields
EndAddress |
End address of the segment. |
Generation |
Generation of the segment. |
StartAddress |
Start address of the segment. |