CoverageInfo.CreateFromFile Method (String)

 

Creates a new CoverageInfo object by using the provided path of an XML file that contains serialized coverage information. 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
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public static CoverageInfo CreateFromFile(
    string path
)
public:
static CoverageInfo^ CreateFromFile(
    String^ path
)
static member CreateFromFile : 
        path:string -> CoverageInfo
Public Shared Function CreateFromFile (
    path As String
) As CoverageInfo

Parameters

  • path
    Type: System.String

    The path and file name of the XML file.

Return Value

Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageInfo

A CoverageInfo object.

See Also

CreateFromFile Overload
CoverageInfo Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top