CoverageDatabase.Dispose Method

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

Releases all resources that are used by the 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)

Syntax

'Declaration
Public Sub Dispose
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit 
override Dispose : unit -> unit 
public final function Dispose()

Implements

IDisposable.Dispose()

.NET Framework Security

See Also

Reference

CoverageDatabase Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace