Share via


Utility.CompressCoverageBuffer Method (Byte[])

 

Compresses the given coverage 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
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public static bool CompressCoverageBuffer(
    ref byte[] buffer
)
public:
static bool CompressCoverageBuffer(
    array<unsigned char>^% buffer
)
static member CompressCoverageBuffer : 
        buffer:byte[] byref -> bool
Public Shared Function CompressCoverageBuffer (
    ByRef buffer As Byte()
) As Boolean

Parameters

  • buffer
    Type: System.Byte[]

    A byte array that is the coverage buffer to compress.

Return Value

Type: System.Boolean

true if the buffer was successfully compressed; otherwise, false.

See Also

DecompressCoverageBuffer
Utility Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top