Version: 2020.1
言語: 日本語

CoveredSequencePoint

struct in UnityEngine.TestTools

マニュアルに切り替える

説明

Describes a covered sequence point used by Coverage. For an example of typical usage, see Coverage.GetSequencePointsFor.

変数

columnThe column number of the line of the file that contains the sequence point.
filenameThe name of the file that contains the sequence point.
hitCountThe number of times the sequence point has been visited.
ilOffsetThe offset in bytes from the start of the method to the first Intermediate Language instruction of this sequence point.
lineThe line number of the file that contains the sequence point.
methodThe method covered by the sequence point.