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<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.
.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.