All pages
Powered by GitBook
1 of 1

Loading...

GetLineInfo(int)

Method in NodeDebugInfo

Summary

Gets a LineInfo object that describes the specified instruction at the index instructionNumber .

public LineInfo GetLineInfo(int instructionNumber)

Parameters

Name
Description

int instructionNumber

The index of the instruction to retrieve information for.

Returns

A object that describes the position of the instruction.

LineInfo