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.
Assembly: Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
![]() ![]() | ICoverageModule::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.




