Share via


DatabaseModule.SetCoverageBuffer Method

 

Sets the coverage buffer for this module. 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)

Overload List

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

See Also

DatabaseModule Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top