ICoverageModule.GetCoverageBuffer Method (IEnumerable<Guid>)

 

Returns a byte array buffer to merge 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

byte[] GetCoverageBuffer(
    IEnumerable<Guid> tests
)
array<unsigned char>^ GetCoverageBuffer(
    IEnumerable<Guid>^ tests
)
abstract GetCoverageBuffer : 
        tests:IEnumerable<Guid> -> byte[]
Function GetCoverageBuffer (
    tests As IEnumerable(Of Guid)
) As Byte()

Parameters

Return Value

Type: System.Byte[]

A byte array buffer to merge the module information from the referenced tests.

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top