System.Diagnostics.SymbolStore.ISymbolWriter.DefineSequencePoints Method

Defines a group of sequence points within the current method.

Syntax

public void DefineSequencePoints (ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns)

Parameters

document
The document object for which the sequence points are being defined.
offsets
The sequence point offsets measured from the beginning of methods.
lines
The document lines for the sequence points.
columns
The document positions for the sequence points.
endLines
The document end lines for the sequence points.
endColumns
The document end positions for the sequence points.

Remarks

Each line and each column defines the start of a statement within a method. The arrays should be sorted in increasing order of offsets. The offset is always the offset from the start of the method, in bytes.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0