Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public interface class ISymbolReader : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetNextMethod(UInt32, String^, String^, String^, String^, IList<BlockLineRange>^)

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.

System_CAPS_pubmethodReset()

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.

Return to top
Show: