Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Utility Class

 

Provides common utility methods for coverage analysis. 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)

System::Object
  Microsoft.VisualStudio.Coverage.Analysis::Utility

public ref class Utility abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompressCoverageBuffer(array<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.

System_CAPS_pubmethodSystem_CAPS_staticDecompressCoverageBuffer(array<Byte>^, UInt32)

Decompresses the provided buffer. This class and its members are reserved for internal use and are not intended to be used in your code.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: