C# 클래스 Microsoft.Silverlight.Testing.CodeCoverage

The CodeCoverage class is used to collect code coverage information from assemblies that have been instrumented to call the Visit function at the beginning of every basic block.
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
Visit ( uint id ) : void

Record that a basic block is being executed.

비공개 메소드들

메소드 설명
GetCoverageData ( ) : string

메소드 상세

Visit() 공개 정적인 메소드

Record that a basic block is being executed.
public static Visit ( uint id ) : void
id uint Id of the basic block.
리턴 void