DatabaseModule.SetCoverageBuffer Method (Guid, array<Byte[])

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

Sets the coverage buffer for the specified test to use the provided buffer. 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
Public Sub SetCoverageBuffer ( _
    test As Guid, _
    buffer As Byte() _
)
public void SetCoverageBuffer(
    Guid test,
    byte[] buffer
)
public:
void SetCoverageBuffer(
    Guid test, 
    array<unsigned char>^ buffer
)
member SetCoverageBuffer : 
        test:Guid * 
        buffer:byte[] -> unit 
public function SetCoverageBuffer(
    test : Guid, 
    buffer : byte[]
)

Parameters

  • test
    Type: System.Guid
    The GUID for a test in the database.
  • buffer
    Type: array<System.Byte[]
    A byte array to use for the coverage buffer.

.NET Framework Security

See Also

Reference

DatabaseModule Class

SetCoverageBuffer Overload

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace