Share via


Utility.CompressCoverageBuffer Method

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

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

Parameters

  • buffer
    Type: array<Byte[]%

    A byte array that is the coverage buffer to compress.

Return Value

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

.NET Framework Security

See Also

Reference

Utility Class

Microsoft.VisualStudio.Coverage.Analysis Namespace

DecompressCoverageBuffer