DatabaseModule.ICoverageModule.GetCoverageBuffer Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Declaration
Private Function GetCoverageBuffer ( _
    tests As IEnumerable(Of Guid) _
) As Byte() Implements ICoverageModule.GetCoverageBuffer
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[] 
JScript does not support explicit interface implementations.

Parameters

Return Value

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

Implements

ICoverageModule.GetCoverageBuffer(IEnumerable<Guid>)

.NET Framework Security

See Also

Reference

DatabaseModule Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace