CoverageDatabase Class

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents a coverage database file. 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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Coverage.Analysis.Database.CoverageDatabase

Syntax

public class CoverageDatabase : IDisposable
public ref class CoverageDatabase : IDisposable
type CoverageDatabase = 
    class
        interface IDisposable
    end
Public Class CoverageDatabase
    Implements IDisposable

Methods

Name Description
System_CAPS_pubmethod AddConstraints()

Adds the constraints to the database. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod AddModule(String, UInt32, UInt32, Guid, UInt32, UInt32)

Adds a module to the database by using the provided parameters. 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 Create(String)

Creates and populates a coverage database from the specified file. 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 Create(String, Boolean)

Creates and populates a coverage database from the specified file and optionally adds the constraints. 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 CreateFromCoverage(String, IEnumerable<String>, IEnumerable<String>, String)

Creates a new coverage database file by using the provided parameters. 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 CreateFromCoverage(String, String)

Creates a new coverage database file by using the provided path of the coverage file and the provided database file path.

System_CAPS_pubmethod Dispose()

Releases all resources that are used by the CoverageDatabase. 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_pubmethod GetModules()

Gets a list of all modules in the coverage database. This class and its members are reserved for internal use and are not intended to be used in your code.

System_CAPS_pubmethod GetTests()

Gets a list of all tests in the coverage database. 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 IsDatabaseFile(String)

Determines whether the specified file is a database file. 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_pubmethod ToString()

(Inherited from Object.)

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.Database Namespace

Return to top