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
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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
Public method 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.
Public method 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

See Also

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace