CoverageInfo.CreateFromFile Method (String, IEnumerable<String>, IEnumerable<String>)
Namespace: Microsoft.VisualStudio.Coverage.Analysis
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
Syntax
'Declaration
Public Shared Function CreateFromFile ( _
path As String, _
executablePaths As IEnumerable(Of String), _
symbolPaths As IEnumerable(Of String) _
) As CoverageInfo
public static CoverageInfo CreateFromFile(
string path,
IEnumerable<string> executablePaths,
IEnumerable<string> symbolPaths
)
public:
static CoverageInfo^ CreateFromFile(
String^ path,
IEnumerable<String^>^ executablePaths,
IEnumerable<String^>^ symbolPaths
)
static member CreateFromFile :
path:string *
executablePaths:IEnumerable<string> *
symbolPaths:IEnumerable<string> -> CoverageInfo
public static function CreateFromFile(
path : String,
executablePaths : IEnumerable<String>,
symbolPaths : IEnumerable<String>
) : CoverageInfo
Parameters
- path
Type: String
- executablePaths
Type: IEnumerable<String>
- symbolPaths
Type: IEnumerable<String>
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageInfo
.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.