C# Class OpenCover.Framework.Communication.MSG_BranchPoint

显示文件 Open project: OpenCover/opencover Class Usage Examples

Public Properties

Property 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
return int

path public_oe property

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

uniqueId public_oe property

The uniqueid of the branch point
public uint uniqueId
return uint