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.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | GetCoverageBuffer(IEnumerable<Guid>^) | 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(array<Byte>^) | 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. |

