DkmClrSequencePoint Struct

Definition

A sequence point is a point in a managed method where the JIT can guarantee all side effects have been written to local variables. The debugger typically only stops at sequence points.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public value class DkmClrSequencePoint
[System.Runtime.InteropServices.Guid("b3ed3ae7-59ab-132f-a959-fdfdb1d46f43")]
public struct DkmClrSequencePoint
[<System.Runtime.InteropServices.Guid("b3ed3ae7-59ab-132f-a959-fdfdb1d46f43")>]
type DkmClrSequencePoint = struct
Public Structure DkmClrSequencePoint
Inheritance
DkmClrSequencePoint
Attributes

Constructors

DkmClrSequencePoint(UInt32, UInt32, DkmTextSpan)

Initialize a new DkmClrSequencePoint value.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

Fields

ILOffset

The IL offset of the sequence point.

Length

The sequence point length in bytes.

Span

The text span this sequence point maps to.

Applies to