Share via


DatabaseModule.SetCoverageBuffer Method (Guid, Byte[])

 

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

public void SetCoverageBuffer(
    Guid test,
    byte[] buffer
)
public:
void SetCoverageBuffer(
    Guid test,
    array<unsigned char>^ buffer
)
member SetCoverageBuffer : 
        test:Guid *
        buffer:byte[] -> unit
Public Sub SetCoverageBuffer (
    test As Guid,
    buffer As Byte()
)

Parameters

  • test
    Type: System.Guid

    The GUID for a test in the database.

  • buffer
    Type: System.Byte[]

    A byte array to use for the coverage buffer.

See Also

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

Return to top