DkmClrSequencePoint(UInt32, UInt32, DkmTextSpan) Constructor
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.
Initialize a new DkmClrSequencePoint value.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).
public:
DkmClrSequencePoint(System::UInt32 ILOffset, System::UInt32 Length, Microsoft::VisualStudio::Debugger::Symbols::DkmTextSpan Span);
public DkmClrSequencePoint (uint ILOffset, uint Length, Microsoft.VisualStudio.Debugger.Symbols.DkmTextSpan Span);
new Microsoft.VisualStudio.Debugger.Clr.DkmClrSequencePoint : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Symbols.DkmTextSpan -> Microsoft.VisualStudio.Debugger.Clr.DkmClrSequencePoint
Public Sub New (ILOffset As UInteger, Length As UInteger, Span As DkmTextSpan)
Parameters
- ILOffset
- UInt32
[In] The IL offset of the sequence point.
- Length
- UInt32
[In] The sequence point length in bytes.
- Span
- DkmTextSpan
[In] The text span this sequence point maps to.