C# Class 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.
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
Visit ( uint id ) : void

Record that a basic block is being executed.

Private Methods

Méthode Description
GetCoverageData ( ) : string

Method Details

Visit() public static méthode

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