ISymbolReader Interface

Represents a symbol reader for code coverage analysis. 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
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Interface ISymbolReader _
    Inherits IDisposable
public interface ISymbolReader : IDisposable
public interface class ISymbolReader : IDisposable
type ISymbolReader =  
    interface 
        interface IDisposable 
    end
public interface ISymbolReader extends IDisposable

The ISymbolReader type exposes the following members.

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method GetNextMethod Returns a value that indicates whether the next method was returned from the provided list of code blocks. This class and its members are reserved for internal use and are not intended to be used in your code.
Public method Reset Resets the symbol provider to the first method. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

See Also

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace

ISymbolReaderFactory