Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

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

public ref class DatabaseModule : ICoverageModule

NameDescription
System_CAPS_pubpropertyBlockCount

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_pubpropertyImageLinkTime

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_pubpropertyImageSize

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_pubpropertyName

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_pubpropertySignature

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_pubpropertySignatureAge

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.

NameDescription
System_CAPS_pubmethodAddFunction(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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetCoverageBuffer(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.

System_CAPS_pubmethodSetCoverageBuffer(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.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICoverageModule::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_privmethodICoverageModule::MergeCoverageBuffer(array<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.

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

Return to top
Show: