This topic has not yet been rated - Rate this topic

CoverageInfo.CreateFromFile Method (String)

Visual Studio 2012

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)
static member CreateFromFile : 
        path:string -> CoverageInfo

Parameters

path
Type: String

The path and file name of the XML file.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.