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
public interface ISymbolReader : IDisposable
public interface class ISymbolReader : IDisposable
type ISymbolReader =
interface
interface IDisposable
end
Public Interface ISymbolReader
Inherits IDisposable
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
|
GetNextMethod(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. |
|
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. |
See Also
ISymbolReaderFactory
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top