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

public interface ICoverageModule
public interface class ICoverageModule
type ICoverageModule = interface end
Public Interface ICoverageModule

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

Methods

Name Description
System_CAPS_pubmethod 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.

System_CAPS_pubmethod MergeCoverageBuffer(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.

See Also

Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top