CoverageInfo.CreateFromFile Method
Creates a new CoverageInfo object. 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)
Overload List
Name | Description | |
---|---|---|
CreateFromFile(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. |
|
CreateFromFile(String, IEnumerable<String>, IEnumerable<String>) | Creates a new CoverageInfo object by using the provided path for an XML file that contains serialized coverage information, a list of executable paths, and a list of symbol paths. This class and its members are reserved for internal use and are not intended to be used in your code. |
|
CreateFromFile(String, MissingFileCallback) | Creates a new CoverageInfo object by using the provided path for an XML file that contains serialized coverage information and a delegate for the method if the file cannot be found. This class and its members are reserved for internal use and are not intended to be used in your code. |
See Also
CoverageInfo Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top