Represents line info loaded from a PDB dump.
Inheritance Hierarchy
Kernel.Debug.Data PDB_LineInfo
Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The PDB_LineInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PDB_LineInfo | Initializes a new instance of the PDB_LineInfo class |
Fields
Name | Description | |
---|---|---|
![]() | CSLineNum |
The C# line number the line is on.
|
![]() | ILEndNum |
The IL (byte offset) number the line ends at.
|
![]() | ILStartNum |
The IL (byte offset) number the line starts at.
|
See Also