Share via


ICoverageModule.GetCoverageBuffer Method

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

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

Parameters

Return Value

Type: array<System.Byte[]
A byte array buffer to merge the module information from the referenced tests.

.NET Framework Security

See Also

Reference

ICoverageModule Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace