Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


ISymbolMethod.GetSequencePoints Method

Definition

Gets the sequence points for the current method.

C#
public void GetSequencePoints(int[]? offsets, System.Diagnostics.SymbolStore.ISymbolDocument[]? documents, int[]? lines, int[]? columns, int[]? endLines, int[]? endColumns);
C#
public void GetSequencePoints(int[] offsets, System.Diagnostics.SymbolStore.ISymbolDocument[] documents, int[] lines, int[] columns, int[] endLines, int[] endColumns);

Parameters

offsets
Int32[]

The array of byte offsets from the beginning of the method for the sequence points.

documents
ISymbolDocument[]

The array of documents in which the sequence points are located.

lines
Int32[]

The array of lines in the documents at which the sequence points are located.

columns
Int32[]

The array of columns in the documents at which the sequence points are located.

endLines
Int32[]

The array of lines in the documents at which the sequence points end.

endColumns
Int32[]

The array of columns in the documents at which the sequence points end.

Remarks

The sequence points are sorted by offset and are for all documents in the method. Use SequencePointCount to retrieve the count of all sequence points and create arrays of the proper size.

GetSequencePoints verifies the size of each array and places the sequence point information into each. If any array is null, the data for that array is not returned.

Applies to

Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1