Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Microsoft
Silverlight
Testing
CodeCoverage
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.
ファイルを表示
Open project: garyjohnson/wpnest
Public Methods
Method
Description
Visit
(
uint
id
) :
void
Record that a basic block is being executed.
Private Methods
Method
Description
GetCoverageData
( ) :
string
Method Details
Visit()
public
static
method
Record that a basic block is being executed.
public
static
Visit
(
uint
id
) :
void
id
uint
Id of the basic block.
return
void