CoverageInfo Class

 

No content here will be updated; please do not add material here.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Coverage.Analysis.CoverageInfo

Syntax

public class CoverageInfo : ICoverageDataProvider, IDisposable
public ref class CoverageInfo : ICoverageDataProvider, IDisposable
type CoverageInfo = 
    class
        interface ICoverageDataProvider
        interface IDisposable
    end
Public Class CoverageInfo
    Implements ICoverageDataProvider, IDisposable

Properties

Name Description
System_CAPS_pubproperty Modules

Returns a read-only collection of code modules that is covered by this analysis. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubproperty Tests

Returns a read-only collection of tests that is covered by this analysis. 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 BuildDataSet()

Builds a CoverageDS data set.

System_CAPS_pubmethod BuildDataSet(Boolean)

Builds a CoverageDS data set by using the provided specification of whether to build a summary data set on all tests and modules in the coverage data. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BuildDataSet(Boolean, IEnumerable<Guid>)

Builds a CoverageDS data set by using the provided indication of whether to build a summary data set on the provided list of tests. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BuildDataSet(Boolean, IEnumerable<Guid>, IEnumerable<String>)

Builds a CoverageDS data set by using the provided indication of whether to build a summary, a list of tests, and a list of modules. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BuildDataSet(IEnumerable<Guid>)

Builds a CoverageDS data set by using the provided list of test GUIDs. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod BuildDataSet(IEnumerable<Guid>, IEnumerable<String>)

Builds a CoverageDS data set by using the provided lists of GUIDs for tests and the provided list of modules. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodSystem_CAPS_static CreateFromFile(String)

Creates a new CoverageInfo object by using the provided path of an XML file that contains serialized coverage information. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodSystem_CAPS_static CreateFromFile(String, IEnumerable<String>, IEnumerable<String>)

Creates a new CoverageInfo object by using the provided path for an XML file that contains serialized coverage information, a list of executable paths, and a list of symbol paths. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethodSystem_CAPS_static CreateFromFile(String, MissingFileCallback)

Creates a new CoverageInfo object by using the provided path for an XML file that contains serialized coverage information and a delegate for the method if the file cannot be found. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Dispose()

Releases all resources that are used by the CoverageInfo. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetMethodStatistics(Byte[], IList<BlockLineRange>)

Returns a CoverageStatistics object by using the provided buffer and list of code lines. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Join(CoverageInfo, CoverageInfo)

Merges two CoverageInfo objects. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static MergeCoverageFiles(String, String, String, Boolean)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

No content here will be updated; please do not add material here.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top