Struct in DebugInfo
Inherits from System.ValueType
System.ValueType
Contains positional information about an instruction.
public struct LineInfo
CharacterNumber
The zero-indexed character number in FileName that contains the statement or expression that this line was produced from.
FileName
The file name of the source that this intruction was produced from.
LineNumber
The zero-indexed line number in FileName that contains the statement or expression that this line was produced from.
NodeName
The node name of the source that this intruction was produced from.
Last updated 2 years ago
Was this helpful?