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.
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
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