PDB_LineInfo Class Fling OS
Represents line info loaded from a PDB dump.
Inheritance Hierarchy

System Object
  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

public class PDB_LineInfo

The PDB_LineInfo type exposes the following members.

Constructors

  NameDescription
Public methodPDB_LineInfo
Initializes a new instance of the PDB_LineInfo class
Top
Fields

  NameDescription
Public fieldCSLineNum
The C# line number the line is on.
Public fieldILEndNum
The IL (byte offset) number the line ends at.
Public fieldILStartNum
The IL (byte offset) number the line starts at.
Top
See Also