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
- tests
Type: System.Collections.Generic.IEnumerable<Guid>
A list of GUIDs for the tests for which to merge module data.
Return Value
Type: array<System.Byte[]
A byte array buffer to merge the module information from the referenced tests.
.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.