CoverageDatabase.GetModules Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a list of all modules in the coverage database. 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)

Syntax

'Declaration
Public Function GetModules As IList(Of DatabaseModule)
public IList<DatabaseModule> GetModules()
public:
IList<DatabaseModule^>^ GetModules()
member GetModules : unit -> IList<DatabaseModule> 
public function GetModules() : IList<DatabaseModule>

Return Value

Type: System.Collections.Generic.IList<DatabaseModule>
A list of all modules in the coverage database.

.NET Framework Security

See Also

Reference

CoverageDatabase Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace