CoverageInfo Class

No content here will be updated; please do not add material here.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Coverage.Analysis.CoverageInfo

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

Syntax

'Declaration
Public Class CoverageInfo _
    Implements ICoverageDataProvider, IDisposable
public class CoverageInfo : ICoverageDataProvider, 
    IDisposable
public ref class CoverageInfo : ICoverageDataProvider, 
    IDisposable
type CoverageInfo =  
    class 
        interface ICoverageDataProvider 
        interface IDisposable 
    end
public class CoverageInfo implements ICoverageDataProvider, IDisposable

The CoverageInfo type exposes the following members.

Properties

  Name Description
Public property Modules
Public property Tests

Top

Methods

  Name Description
Public method BuildDataSet()
Public method BuildDataSet(Boolean)
Public method BuildDataSet(IEnumerable<Guid>)
Public method BuildDataSet(Boolean, IEnumerable<Guid>)
Public method BuildDataSet(IEnumerable<Guid>, IEnumerable<String>)
Public method BuildDataSet(Boolean, IEnumerable<Guid>, IEnumerable<String>)
Public methodStatic member CreateFromFile(String)
Public methodStatic member CreateFromFile(String, MissingFileCallback)
Public methodStatic member CreateFromFile(String, IEnumerable<String>, IEnumerable<String>)
Public method Dispose
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public methodStatic member GetMethodStatistics
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member Join
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member MergeCoverageFiles
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

No content here will be updated; please do not add material here.

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