CoverageInfo.Join Method
Merges two CoverageInfo objects. 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
'Declaration
Public Shared Function Join ( _
first As CoverageInfo, _
second As CoverageInfo _
) As CoverageInfo
public static CoverageInfo Join(
CoverageInfo first,
CoverageInfo second
)
public:
static CoverageInfo^ Join(
CoverageInfo^ first,
CoverageInfo^ second
)
static member Join :
first:CoverageInfo *
second:CoverageInfo -> CoverageInfo
public static function Join(
first : CoverageInfo,
second : CoverageInfo
) : CoverageInfo
Parameters
first
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageInfoA CoverageInfo object.
second
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageInfoA CoverageInfo object.
Return Value
Type: Microsoft.VisualStudio.Coverage.Analysis.CoverageInfo
The merged coverage info object.
.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.