ICoverageModule.MergeCoverageBuffer Method (Byte[])

 

Merges the module information from the referenced tests. 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

void MergeCoverageBuffer(
    byte[] buffer
)
void MergeCoverageBuffer(
    array<unsigned char>^ buffer
)
abstract MergeCoverageBuffer : 
        buffer:byte[] -> unit
Sub MergeCoverageBuffer (
    buffer As Byte()
)

Parameters

  • buffer
    Type: System.Byte[]

    A byte array that contains module information.

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top