ICoverageModule Interface
Provides an interface that is implemented by coverage analysis modules. This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Interface ICoverageModule
public interface ICoverageModule
public interface class ICoverageModule
type ICoverageModule = interface end
public interface ICoverageModule
The ICoverageModule type exposes the following members.
Properties
Name | Description | |
---|---|---|
BlockCount | Gets the number of code blocks in the module. This class and its members are reserved for internal use and are not intended to be used in your code. | |
ImageLinkTime | Gets the time stamp from the compiled assembly for the module, as represented by the number of seconds since December 31, 1969, at 4:00 P.M. This class and its members are reserved for internal use and are not intended to be used in your code. | |
ImageSize | Gets the size, in bytes, of the compiled assembly for the module. This class and its members are reserved for internal use and are not intended to be used in your code. | |
Name | Gets the name of the module. This class and its members are reserved for internal use and are not intended to be used in your code. | |
Signature | Gets the GUID that serves as the signature for the module. This class and its members are reserved for internal use and are not intended to be used in your code. | |
SignatureAge | Gets the time stamp for the module signature, as represented by the number of seconds since December 31, 1969, at 4:00 P.M. This class and its members are reserved for internal use and are not intended to be used in your code. | |
Symbols | Gets the ISymbolReaderFactory for the module. This class and its members are reserved for internal use and are not intended to be used in your code. |
Top
Methods
Name | Description | |
---|---|---|
GetCoverageBuffer | Returns a byte array buffer to merge the module information from the referenced tests. This class and its members are reserved for internal use and are not intended to be used in your code. | |
MergeCoverageBuffer | Merges the module information from the referenced tests. This class and its members are reserved for internal use and are not intended to be used in your code. |
Top