C# Класс Mosa.Compiler.Pdb.CvLine

Represents a line number mapping for one or more instructions.
The segment:offset pair maps to the very first instruction in a set of instructions, which map to a line. This line covers the addressed instruction and all following instructions until the next line mapping or the end of the line number table is reached, in which case this line mapping covers the remaining instructions in the function.
Показать файл Открыть проект

Открытые методы

Метод Описание
CvLine ( int segment, int offset, int line, int startCol, int endCol ) : System

Initializes a new instance of the CvLine struct.

ToString ( ) : string

Returns the fully qualified type name of this instance.

Описание методов

CvLine() публичный Метод

Initializes a new instance of the CvLine struct.
public CvLine ( int segment, int offset, int line, int startCol, int endCol ) : System
segment int The segment.
offset int The offset.
line int The line.
startCol int The start column on the line.
endCol int The end column on the line.
Результат System

ToString() публичный Метод

Returns the fully qualified type name of this instance.
public ToString ( ) : string
Результат string