All pages
Powered by GitBook
1 of 5

Loading...

Loading...

Loading...

Loading...

Loading...

CharacterNumber

Field in

The zero-indexed character number in that contains the statement or expression that this line was produced from.

public int CharacterNumber;

Summary

LineInfo
FileName

LineInfo

Struct in DebugInfo

Inherits from System.ValueType

Summary

Contains positional information about an instruction.

public struct LineInfo

Fields

Name
Description

The zero-indexed character number in that contains the statement or expression that this line was produced from.

The file name of the source that this intruction was produced from.

The zero-indexed line number in that contains the statement or expression that this line was produced from.

The node name of the source that this intruction was produced from.

CharacterNumber
FileName
FileName
LineNumber
FileName
NodeName

FileName

Field in

The file name of the source that this intruction was produced from.

public string FileName;

Summary

LineInfo

NodeName

Field in

The node name of the source that this intruction was produced from.

public string NodeName;

Summary

LineInfo

LineNumber

Field in

The zero-indexed line number in that contains the statement or expression that this line was produced from.

public int LineNumber;

Summary

LineInfo
FileName