DatabaseModule Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a module from a CoverageDatabase. This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Coverage.Analysis.Database.DatabaseModule

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

Syntax

'Declaration
Public Class DatabaseModule _
    Implements ICoverageModule
public class DatabaseModule : ICoverageModule
public ref class DatabaseModule : ICoverageModule
type DatabaseModule =  
    class
        interface ICoverageModule
    end
public class DatabaseModule implements ICoverageModule

The DatabaseModule type exposes the following members.

Properties

  Name Description
Public property BlockCount Gets the number of code blocks in this module. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ImageLinkTime Gets the time stamp from the compiled assembly for the module, as represented by the number of seconds since December 31st, 1969, at 4:00 P.M. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property ImageSize Gets the size, in bytes, of the compiled assembly for the module. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Name Gets the name of this module. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property Signature Gets the GUID signature of the module. This class and its members are reserved for internal use and are not intended to be used in your code.
Public property SignatureAge Gets a number that indicates the age of the module. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method AddFunction Adds a function record for this module to the database by using the provided parameters. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetCoverageBuffer(array<Byte[]) Sets the coverage buffer to use the provided buffer. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method SetCoverageBuffer(Guid, array<Byte[]) Sets the coverage buffer for the specified test to use the provided buffer. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICoverageModule.GetCoverageBuffer Returns a byte array buffer to merge the module information from the referenced tests. This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate method ICoverageModule.MergeCoverageBuffer Merges the module information from the referenced tests. This class and its members are reserved for internal use and are not intended to be used in your code.
Explicit interface implemetationPrivate property ICoverageModule.Symbols

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

ICoverageModule