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 | |
---|---|---|
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. |
Methods
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(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, 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.) |
Explicit Interface Implementations
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(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