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.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Coverage.Analysis.Utility

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

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

The Utility type exposes the following members.

Methods

  Name Description
Public methodStatic member CompressCoverageBuffer 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.
Public methodStatic member DecompressCoverageBuffer Decompresses the provided buffer. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

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

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace