C# Class OpenCover.Framework.Communication.MSG_BranchPoint

Afficher le fichier Open project: OpenCover/opencover Class Usage Examples

Méthodes publiques

Свойство Type Description
offset int
path int
uniqueId uint

Property Details

offset public_oe property

The original IL offset of the branch instruction to be instrumented
public int offset
Résultat int

path public_oe property

Which of the paths T/F or switch that the point is intending to cover.
public int path
Résultat int

uniqueId public_oe property

The uniqueid of the branch point
public uint uniqueId
Résultat uint