DatabaseModule Class

 

This API supports the product 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.

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

Inheritance Hierarchy

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

Syntax

public class DatabaseModule : ICoverageModule
public ref class DatabaseModule : ICoverageModule
type DatabaseModule = 
    class
        interface ICoverageModule
    end
Public Class DatabaseModule
    Implements ICoverageModule

Properties

Name Description
System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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.

Methods

Name Description
System_CAPS_pubmethod AddFunction(String, String, String, String, UInt32)

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.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetCoverageBuffer(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.

System_CAPS_pubmethod SetCoverageBuffer(Guid, 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.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICoverageModule.GetCoverageBuffer(IEnumerable<Guid>)

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.

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICoverageModule.MergeCoverageBuffer(Byte[])

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.

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

ICoverageModule
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top