Description 描述
Describes a covered sequence point used by Coverage. For an example of typical usage, see Coverage.GetSequencePointsFor.
Properties 属性
| column | The column number of the line of the file that contains the sequence point. | ||
| filename | The name of the file that contains the sequence point. | ||
| hitCount | The number of times the sequence point has been visited. | ||
| ilOffset | The offset in bytes from the start of the method to the first Intermediate Language instruction of this sequence point. | ||
| line | The line number of the file that contains the sequence point. | ||
| method | The method covered by the sequence point. |