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 | |
---|---|---|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
CreateFromCoverage(String, String) | Creates a new coverage database file by using the provided path of the coverage file and the provided database file path. |
|
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. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
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. |
|
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. |
|
GetType() | (Inherited from Object.) |
|
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. |
|
MemberwiseClone() | (Inherited from Object.) |
|
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