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.

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)

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

public ref class CoverageDatabase : IDisposable

NameDescription
System_CAPS_pubmethodAddConstraints()

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_pubmethodAddModule(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_staticCreate(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_staticCreate(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_staticCreateFromCoverage(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_staticCreateFromCoverage(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_pubmethodDispose()

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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetModules()

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_pubmethodGetTests()

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_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticIsDatabaseFile(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_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: