Share via


DatabaseModule.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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

byte[] ICoverageModule.GetCoverageBuffer(
    IEnumerable<Guid> tests
)
private:
virtual array<unsigned char>^ GetCoverageBuffer(
    IEnumerable<Guid>^ tests
) sealed = ICoverageModule::GetCoverageBuffer
private abstract GetCoverageBuffer : 
        tests:IEnumerable<Guid> -> byte[]
private override GetCoverageBuffer : 
        tests:IEnumerable<Guid> -> byte[]
Private Function GetCoverageBuffer (
    tests As IEnumerable(Of Guid)
) As Byte()
    Implements ICoverageModule.GetCoverageBuffer

Parameters

Return Value

Type: System.Byte[]

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

Implements

ICoverageModule.GetCoverageBuffer(IEnumerable<Guid>)

See Also

DatabaseModule Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top