C# 클래스 OpenCover.Framework.Communication.MSG_BranchPoint

파일 보기 프로젝트 열기: OpenCover/opencover 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
offset int
path int
uniqueId uint

프로퍼티 상세

offset 공개적으로 프로퍼티

The original IL offset of the branch instruction to be instrumented
public int offset
리턴 int

path 공개적으로 프로퍼티

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

uniqueId 공개적으로 프로퍼티

The uniqueid of the branch point
public uint uniqueId
리턴 uint