C# Class PERWAPI.PDBSequencePoint

Defines a reference to one section of code to be highlighted when stepping through in debug mode. Typically one line of code.
Afficher le fichier Open project: xored/f4

Private Methods

Méthode Description
PDBSequencePoint ( int offset, PDBDocument doc, int line, int col, int endLine, int endCol ) : System

Create a new sequence point.