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)

Inheritance Hierarchy

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

Syntax

public static class Utility
public ref class Utility abstract sealed 
[<AbstractClass>]
[<Sealed>]
type Utility = class end
Public NotInheritable Class Utility

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CompressCoverageBuffer(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_static DecompressCoverageBuffer(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.

Thread Safety

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

See Also

Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top