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
tests
Type: IEnumerable<Guid>A list of GUIDs for the tests for which to merge module data.
Return Value
Type: array<Byte[]
A byte array buffer to merge the module information from the referenced tests.
Implements
ICoverageModule.GetCoverageBuffer(IEnumerable<Guid>)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.