CoverageDatabase.IsDatabaseFile Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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.
Namespace: Microsoft.VisualStudio.Coverage.Analysis.Database
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Shared Function IsDatabaseFile ( _
path As String _
) As Boolean
public static bool IsDatabaseFile(
string path
)
public:
static bool IsDatabaseFile(
String^ path
)
static member IsDatabaseFile :
path:string -> bool
public static function IsDatabaseFile(
path : String
) : boolean
Parameters
- path
Type: System.String
The path of a file.
Return Value
Type: System.Boolean
true if the file is a coverage database file; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.