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

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

공개 프로퍼티들

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

프로퍼티 상세

offset 공개적으로 프로퍼티

The original IL offset of where the sequence pont should be placed
public int offset
리턴 int

uniqueId 공개적으로 프로퍼티

The identifier of the sequence point
public uint uniqueId
리턴 uint