CoverageDatabase.Create Method (String)

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

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.

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

Syntax

'Declaration
Public Shared Function Create ( _
    path As String _
) As CoverageDatabase
public static CoverageDatabase Create(
    string path
)
public:
static CoverageDatabase^ Create(
    String^ path
)
static member Create : 
        path:string -> CoverageDatabase 
public static function Create(
    path : String
) : CoverageDatabase

Parameters

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.Database.CoverageDatabase
A new coverage database object.

.NET Framework Security

See Also

Reference

CoverageDatabase Class

Create Overload

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace