Op Englesch liesen Editéieren

Deelen iwwer


SymMethod.GetRanges(ISymbolDocument, Int32, Int32) Method

Definition

Gets an array of start and end offset pairs that correspond to the ranges of Microsoft intermediate language (MSIL) offsets that a given position covers within this method.

C#
public override int[] GetRanges(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);
C#
public virtual int[] GetRanges(System.Diagnostics.SymbolStore.ISymbolDocument document, int line, int column);

Parameters

document
ISymbolDocument

The document for which the IL offset ranges are requested.

line
Int32

The document line for which the IL offset ranges are requested.

column
Int32

The document column for which the IL offset ranges are requested.

Returns

Int32[]

An array of start and end IL offset pairs.

Implements

Remarks

The array is an array of integers in the format {{start1, end1}, {start2, end2}...}, where each pair represents an IL offset range within the method. The number of ranges is the length of the array divided by 2.

Applies to

Produkt Versiounen
.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