Читати англійською Редагувати

Поділитися через


ILGenerator.MarkSequencePointCore Method

Definition

When overridden in a derived class, marks a sequence point in the Microsoft intermediate language (MSIL) stream.

C#
protected virtual void MarkSequencePointCore(System.Diagnostics.SymbolStore.ISymbolDocumentWriter document, int startLine, int startColumn, int endLine, int endColumn);

Parameters

document
ISymbolDocumentWriter

The document for which the sequence point is being defined.

startLine
Int32

The line where the sequence point begins.

startColumn
Int32

The column in the line where the sequence point begins.

endLine
Int32

The line where the sequence point ends.

endColumn
Int32

The column in the line where the sequence point ends.

Exceptions

document is not valid.

Emitting debug info is not supported.

Remarks

The parameters validated in the caller: MarkSequencePoint(ISymbolDocumentWriter, Int32, Int32, Int32, Int32).

Applies to

Продукт Версії
.NET 9, 10