Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class ICoverageModule

NameDescription
System_CAPS_pubpropertyBlockCount

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.

System_CAPS_pubpropertyImageLinkTime

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.

System_CAPS_pubpropertyImageSize

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.

System_CAPS_pubpropertyName

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.

System_CAPS_pubpropertySignature

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.

System_CAPS_pubpropertySignatureAge

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.

System_CAPS_pubpropertySymbols

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.

NameDescription
System_CAPS_pubmethodGetCoverageBuffer(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.

System_CAPS_pubmethodMergeCoverageBuffer(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.

Return to top
Show: